org.apache.derby.impl.tools.dblook
Class DB_Table

java.lang.Object
  extended by org.apache.derby.impl.tools.dblook.DB_Table

public class DB_Table
extends java.lang.Object


Field Summary
private static java.sql.PreparedStatement getAutoIncStmt
           
private static java.sql.PreparedStatement getColumnInfoStmt
           
private static java.sql.PreparedStatement getColumnTypeStmt
           
 
Constructor Summary
DB_Table()
           
 
Method Summary
private static java.lang.String createColumn(java.lang.String colName, java.lang.String tableId, int colNum)
           
static void doTables(java.sql.Connection conn, java.util.HashMap tableIdToNameMap)
           
static boolean reinstateAutoIncrement(java.lang.String colName, java.lang.String tableId, java.lang.StringBuffer colDef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getColumnInfoStmt

private static java.sql.PreparedStatement getColumnInfoStmt

getColumnTypeStmt

private static java.sql.PreparedStatement getColumnTypeStmt

getAutoIncStmt

private static java.sql.PreparedStatement getAutoIncStmt
Constructor Detail

DB_Table

public DB_Table()
Method Detail

doTables

public static void doTables(java.sql.Connection conn,
                            java.util.HashMap tableIdToNameMap)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

createColumn

private static java.lang.String createColumn(java.lang.String colName,
                                             java.lang.String tableId,
                                             int colNum)
                                      throws java.sql.SQLException
Throws:
java.sql.SQLException

reinstateAutoIncrement

public static boolean reinstateAutoIncrement(java.lang.String colName,
                                             java.lang.String tableId,
                                             java.lang.StringBuffer colDef)
                                      throws java.sql.SQLException
Throws:
java.sql.SQLException

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.