public static final class TypeInfo.SqlDatabaseTypeInfo extends TypeInfo.TypeInfoBase
TypeInfo.BitmaskTypeInfo, TypeInfo.BuiltinTypeInfo, TypeInfo.ChoiceTypeInfo, TypeInfo.CompoundTypeInfoBase, TypeInfo.EnumTypeInfo, TypeInfo.FixedSizeBuiltinTypeInfo, TypeInfo.PubsubTypeInfo, TypeInfo.RecursiveTypeInfo, TypeInfo.ServiceTypeInfo, TypeInfo.SqlDatabaseTypeInfo, TypeInfo.SqlTableTypeInfo, TypeInfo.StructTypeInfo, TypeInfo.TemplatableTypeInfoBase, TypeInfo.TypeInfoBase, TypeInfo.TypeInfoWithUnderlyingTypeBase, TypeInfo.UnionTypeInfo
Constructor and Description |
---|
SqlDatabaseTypeInfo(java.lang.String schemaName,
java.lang.Class<?> javaClass,
java.util.List<TableInfo> tables)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableInfo> |
getTables()
Gets the type information for SQL database tables.
|
getBitmaskValues, getBitSize, getCases, getColumns, getEnumItems, getFields, getFunctions, getJavaClass, getJavaType, getMessages, getMethods, getParameters, getSchemaName, getSchemaType, getSelector, getSqlConstraint, getTemplateArguments, getTemplateName, getUnderlyingType, getUnderlyingTypeArguments, getVirtualTableUsing, isWithoutRowId
public SqlDatabaseTypeInfo(java.lang.String schemaName, java.lang.Class<?> javaClass, java.util.List<TableInfo> tables)
schemaName
- The schema name to be stored in type information.javaClass
- The Java class object to be stored in type information.tables
- The sequence of type informations for tables.public java.util.List<TableInfo> getTables()
TypeInfo
getTables
in interface TypeInfo
getTables
in class TypeInfo.TypeInfoBase
Last updated 2024-12-05 10:34:50