Uses of Interface
org.jooq.meta.XMLSchemaCollectionDefinition
Packages that use XMLSchemaCollectionDefinition
Package
Description
-
Uses of XMLSchemaCollectionDefinition in org.jooq.meta
Classes in org.jooq.meta that implement XMLSchemaCollectionDefinitionMethods in org.jooq.meta that return XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionDefaultXMLNamespaceDefinition.getSchemaCollection()@NotNull XMLSchemaCollectionDefinitionXMLNamespaceDefinition.getSchemaCollection()TheXMLSchemaCollectionDefinitionthat contains this namespace definition.AbstractDatabase.getXMLSchemaCollection(SchemaDefinition schema, String inputName) Database.getXMLSchemaCollection(SchemaDefinition schema, String name) The XML schema collection generated from this database by nameMethods in org.jooq.meta that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionAbstractDatabase.getXMLSchemaCollections()AbstractDatabase.getXMLSchemaCollections(SchemaDefinition schema) Database.getXMLSchemaCollections()The XML schema collections generated from this database.Database.getXMLSchemaCollections(SchemaDefinition schema) The XML schema collections generated from this database.protected abstract List<XMLSchemaCollectionDefinition>AbstractDatabase.getXMLSchemaCollections0()Retrieve ALL XML schema collections from the database.protected List<XMLSchemaCollectionDefinition>AbstractMetaDatabase.getXMLSchemaCollections0()Constructors in org.jooq.meta with parameters of type XMLSchemaCollectionDefinitionModifierConstructorDescriptionDefaultXMLNamespaceDefinition(XMLSchemaCollectionDefinition schemaCollection, String name) -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.cubrid
Methods in org.jooq.meta.cubrid that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>CUBRIDDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.derby
Methods in org.jooq.meta.derby that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>DerbyDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.firebird
Methods in org.jooq.meta.firebird that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>FirebirdDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.h2
Methods in org.jooq.meta.h2 that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>H2Database.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.hsqldb
Methods in org.jooq.meta.hsqldb that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>HSQLDBDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.mysql
Methods in org.jooq.meta.mysql that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>MySQLDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.postgres
Methods in org.jooq.meta.postgres that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>PostgresDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.sqlite
Methods in org.jooq.meta.sqlite that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>SQLiteDatabase.getXMLSchemaCollections0() -
Uses of XMLSchemaCollectionDefinition in org.jooq.meta.xml
Methods in org.jooq.meta.xml that return types with arguments of type XMLSchemaCollectionDefinitionModifier and TypeMethodDescriptionprotected List<XMLSchemaCollectionDefinition>XMLDatabase.getXMLSchemaCollections0()