| Package | Description | 
|---|---|
| org.restsql.core.sqlresource | Contains classes that model the SQL Resource definition XML document. | 
| Modifier and Type | Method and Description | 
|---|---|
| Table | ObjectFactory. createTable()Create an instance of  Table | 
| static Table | SqlResourceDefinitionUtils. getTable(SqlResourceDefinition definition,
        ColumnMetaData column)Returns table object for column, ignoring case. | 
| static Table | SqlResourceDefinitionUtils. getTable(SqlResourceDefinition definition,
        String tableName)Returns table object with specified table name, ignoring case. | 
| static Table | SqlResourceDefinitionUtils. getTable(SqlResourceDefinition definition,
        TableMetaData.TableRole role)Returns table object with desired role. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Table> | MetaData. getTable()Gets the value of the table property. | 
| static List<Table> | SqlResourceDefinitionUtils. getTableList(SqlResourceDefinition definition,
            TableMetaData.TableRole role)Returns list of table objects with specified role. | 
Copyright © 2011-2018 restSQL Project Contributors