| |
|
| java.lang.Object org.apache.commons.sql.model.Table
Table | public class Table (Code) | | |
Constructor Summary | |
public | Table() |
findColumn | public Column findColumn(String name)(Code) | | Finds the table with the specified name, using case insensitive matching.
Note that this method is not called getColumn(String) to avoid introspection
problems.
|
getAutoIncrementColumn | public Column getAutoIncrementColumn()(Code) | | the auto increment column, if there is one, otherwise null is returned |
getPrimaryKeyColumns | public List getPrimaryKeyColumns()(Code) | | a List of primary key columns or an empty list if there are noprimary key columns for this Table |
hasPrimaryKey | public boolean hasPrimaryKey()(Code) | | true if there is at least one primary key columnon this table |
|
|
|