|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
net.sf.colle.sql.mssql | |
net.sf.colle.sql.mysql | |
net.sf.colle.sql.oracle | |
net.sf.colle.sql.schema |
Uses of Table in net.sf.colle.sql.mssql |
Methods in net.sf.colle.sql.mssql with parameters of type Table | |
void |
MSSQLRuntime.loadCSVFile(Table pxTable,
String psCSVFile,
Connection pxConnection)
|
Uses of Table in net.sf.colle.sql.mysql |
Methods in net.sf.colle.sql.mysql with parameters of type Table | |
void |
MySQLRuntime.loadCSVFile(Table pxTable,
String psCSVFile,
Connection pxConnection)
|
Uses of Table in net.sf.colle.sql.oracle |
Methods in net.sf.colle.sql.oracle with parameters of type Table | |
void |
OracleRuntime.loadCSVFile(Table pxTable,
String psCSVFile,
Connection pxConnection)
|
Uses of Table in net.sf.colle.sql.schema |
Methods in net.sf.colle.sql.schema that return Table | |
Table |
RelationalModel.getTable(String psName)
Returns a table with the specified name. |
Table |
Index.getTable()
Returns the table containing this column. |
Table |
ForeignKey.getReferenceTable()
Returns the reference table name of the foreign key. |
Methods in net.sf.colle.sql.schema with parameters of type Table | |
boolean |
Table.hasReferenceTable(Table pxTable)
Checks weather this table has a foreign key reference to the specified table. |
abstract void |
RDBMSRuntime.loadCSVFile(Table pxTable,
String psCSVFile,
Connection pxConnection)
Loads a CSV file into a table. |
void |
LoaderFilter.init(Table pxTable,
LoaderFilter pxNextFilter,
Connection pxConnection)
Initializes the filter to work on a table. |
Constructors in net.sf.colle.sql.schema with parameters of type Table | |
Index(Table pxTable)
Constructs a primary key on a relational table. |
|
Index(String psName,
boolean pbUnique,
Table pxTable)
Constructs an index on a relational table. |
|
ForeignKey(String psName,
org.jdom.Element pxData,
Table pxTable,
TableBuilder pxBuilder)
Constructs an foreign key on a relational table. |
|
Column(org.jdom.Element pxData,
Table pxTable)
Constructs a column in a relational table from a node in a DOM tree. |
|
TableLoader(Table pxTable,
Connection pxConnection)
Constructs the table loader and prepares the table for loading. |
|
TableLoader(Table pxTable,
List pxLoaderFilters,
Connection pxConnection)
Constructs the table loader and prepares the table for loading. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |