Uses of Class
com.aoindustries.aoserv.client.schema.Table
-
Packages that use Table Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.aosh com.aoindustries.aoserv.client.schema com.aoindustries.aoserv.client.sql -
-
Uses of Table in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return Table Modifier and Type Method Description TableAOServObject. getTableSchema(AOServConnector connector)TableAOServTable. getTableSchema() -
Uses of Table in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return Table Modifier and Type Method Description TableCommand. getTable(AOServConnector connector)Methods in com.aoindustries.aoserv.client.aosh with parameters of type Table Modifier and Type Method Description List<Command>CommandTable. getAOSHCommands(Table table) -
Uses of Table in com.aoindustries.aoserv.client.schema
Methods in com.aoindustries.aoserv.client.schema that return Table Modifier and Type Method Description TableTableTable. get(int table_id)TableTableTable. get(Table.TableID tableID)TableTableTable. get(Object pkey)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.TableTableTable. get(String name)TableColumn. getTable(AOServConnector connector)Methods in com.aoindustries.aoserv.client.schema that return types with arguments of type Table Modifier and Type Method Description List<Table>TableTable. getRows() -
Uses of Table in com.aoindustries.aoserv.client.sql
Method parameters in com.aoindustries.aoserv.client.sql with type arguments of type Table Modifier and Type Method Description voidSQLCast. getReferencedTables(AOServConnector conn, List<Table> tables)voidSQLColumnJoin. getReferencedTables(AOServConnector conn, List<Table> tables)voidSQLColumnValue. getReferencedTables(AOServConnector conn, List<Table> tables)voidSQLExpression. getReferencedTables(AOServConnector conn, List<Table> tables)Gets all of the tables referenced by this expression.
-