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, isWithoutRowIdpublic 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()
TypeInfogetTables in interface TypeInfogetTables in class TypeInfo.TypeInfoBaseLast updated 2025-10-02 14:26:25