Class DefaultSchema
java.lang.Object
org.jooq.impl.SchemaImpl
com.io7m.cardant.database.postgres.internal.DefaultSchema
- All Implemented Interfaces:
Serializable,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.Schema
public class DefaultSchema
extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AuditThe tableAUDIT.static final DefaultSchemaThe reference instance ofDEFAULT_SCHEMAfinal FilesThe tableFILES.final ItemAttachmentsThe tableITEM_ATTACHMENTS.final ItemLocationsThe tableITEM_LOCATIONS.final ItemLocationsSummedThe tableITEM_LOCATIONS_SUMMED.final ItemMetadataThe tableITEM_METADATA.final ItemMetadataIntegralThe tableITEM_METADATA_INTEGRAL.final ItemMetadataMoneyThe tableITEM_METADATA_MONEY.final ItemMetadataRealThe tableITEM_METADATA_REAL.final ItemMetadataTextThe tableITEM_METADATA_TEXT.final ItemMetadataTimeThe tableITEM_METADATA_TIME.final ItemSearchViewThe tableITEM_SEARCH_VIEW.final ItemTypesThe tableITEM_TYPES.final ItemsThe tableITEMS.final LocationAttachmentsThe tableLOCATION_ATTACHMENTS.final LocationMetadataThe tableLOCATION_METADATA.final LocationSearchViewThe tableLOCATION_SEARCH_VIEW.final LocationTypesThe tableLOCATION_TYPES.final LocationsThe tableLOCATIONS.final MetadataTypePackagesThe tableMETADATA_TYPE_PACKAGES.The tableMETADATA_TYPES_RECORD_FIELDS.final MetadataTypesRecordsThe tableMETADATA_TYPES_RECORDS.final MetadataTypesScalarThe tableMETADATA_TYPES_SCALAR.final SchemaVersionThe tableSCHEMA_VERSION.final UsersThe tableUSERS. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.jooq.Name$name()protected final org.jooq.DSLContextcreate()Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Context<?> arg0) Deprecated.booleanbooleanbooleanbooleanbooleanorg.jooq.Catalogfinal Stringfinal org.jooq.Commentfinal StringgetName()org.jooq.Namefinal List<org.jooq.Table<?>> final org.jooq.NameinthashCode()booleanrendersContent(org.jooq.Context<?> arg0) toString()protected final org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1) Methods inherited from class org.jooq.impl.SchemaImpl
accept, clauses, domainStream, equals, foreignKeyStream, getDomain, getDomain, getDomains, getForeignKeys, getForeignKeys, getForeignKeys, getIndexes, getIndexes, getIndexes, getPrimaryKeys, getPrimaryKeys, getPrimaryKeys, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, getUniqueKeys, getUniqueKeys, getUniqueKeys, indexStream, primaryKeyStream, sequenceStream, tableStream, udtStream, uniqueKeyStreamMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedNameMethods inherited from interface org.jooq.QueryPart
hashCode, toStringMethods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresTables, declaresWindows, generatesCast, rendersContent
-
Field Details
-
DEFAULT_SCHEMA
The reference instance ofDEFAULT_SCHEMA -
AUDIT
The tableAUDIT. -
FILES
The tableFILES. -
ITEM_ATTACHMENTS
The tableITEM_ATTACHMENTS. -
ITEM_LOCATIONS
The tableITEM_LOCATIONS. -
ITEM_LOCATIONS_SUMMED
The tableITEM_LOCATIONS_SUMMED. -
ITEM_METADATA
The tableITEM_METADATA. -
ITEM_METADATA_INTEGRAL
The tableITEM_METADATA_INTEGRAL. -
ITEM_METADATA_MONEY
The tableITEM_METADATA_MONEY. -
ITEM_METADATA_REAL
The tableITEM_METADATA_REAL. -
ITEM_METADATA_TEXT
The tableITEM_METADATA_TEXT. -
ITEM_METADATA_TIME
The tableITEM_METADATA_TIME. -
ITEM_SEARCH_VIEW
The tableITEM_SEARCH_VIEW. -
ITEM_TYPES
The tableITEM_TYPES. -
ITEMS
The tableITEMS. -
LOCATION_ATTACHMENTS
The tableLOCATION_ATTACHMENTS. -
LOCATION_METADATA
The tableLOCATION_METADATA. -
LOCATION_SEARCH_VIEW
The tableLOCATION_SEARCH_VIEW. -
LOCATION_TYPES
The tableLOCATION_TYPES. -
LOCATIONS
The tableLOCATIONS. -
METADATA_TYPE_PACKAGES
The tableMETADATA_TYPE_PACKAGES. -
METADATA_TYPES_RECORD_FIELDS
The tableMETADATA_TYPES_RECORD_FIELDS. -
METADATA_TYPES_RECORDS
The tableMETADATA_TYPES_RECORDS. -
METADATA_TYPES_SCALAR
The tableMETADATA_TYPES_SCALAR. -
SCHEMA_VERSION
The tableSCHEMA_VERSION. -
USERS
The tableUSERS.
-
-
Method Details
-
getCatalog
public org.jooq.Catalog getCatalog()- Specified by:
getCatalogin interfaceorg.jooq.Schema- Overrides:
getCatalogin classorg.jooq.impl.SchemaImpl
-
getTables
- Specified by:
getTablesin interfaceorg.jooq.Schema- Overrides:
getTablesin classorg.jooq.impl.SchemaImpl
-
getName
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedNamein interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedNamein interfaceorg.jooq.Named
-
getComment
- Specified by:
getCommentin interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()- Specified by:
getCommentPartin interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()- Specified by:
$namein interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0) - Specified by:
rendersContentin interfaceorg.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFieldsin interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()- Specified by:
declaresTablesin interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindowsin interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTEin interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCastin interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-