Uses of Class
com.aoindustries.aoserv.client.schema.Type
-
Packages that use Type Package Description com.aoindustries.aoserv.client.schema com.aoindustries.aoserv.client.sql -
-
Uses of Type in com.aoindustries.aoserv.client.schema
Methods in com.aoindustries.aoserv.client.schema that return Type Modifier and Type Method Description TypeTypeTable. get(int num)TypeTypeTable. get(Object pkey)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.TypeTypeTable. get(String type)TypeColumn. getType(AOServConnector connector)Methods in com.aoindustries.aoserv.client.schema with parameters of type Type Modifier and Type Method Description ObjectType. cast(AOServConnector conn, Object value, Type castToType)Casts one type of object to another. -
Uses of Type in com.aoindustries.aoserv.client.sql
Methods in com.aoindustries.aoserv.client.sql that return Type Modifier and Type Method Description TypeSQLCast. getType()TypeSQLColumnJoin. getType()TypeSQLColumnValue. getType()TypeSQLExpression. getType()Constructors in com.aoindustries.aoserv.client.sql with parameters of type Type Constructor Description SQLCast(SQLExpression expression, Type castToType)
-