Class DefaultCatalog
java.lang.Object
org.jooq.impl.CatalogImpl
ru.cg.webbpm.modules.security.api.impl.bean.DefaultCatalog
- All Implemented Interfaces:
Serializable
,org.jooq.Catalog
,org.jooq.Named
,org.jooq.QueryPart
,org.jooq.QueryPartInternal
public class DefaultCatalog
extends org.jooq.impl.CatalogImpl
This class is generated by jOOQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultCatalog
The reference instance ofDEFAULT_CATALOG
final Security
The schemaSECURITY
. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.jooq.Name
$name()
protected final org.jooq.DSLContext
create()
Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Context<?> arg0) Deprecated.boolean
boolean
boolean
boolean
boolean
final String
final org.jooq.Comment
final String
getName()
org.jooq.Name
final List<org.jooq.Schema>
final org.jooq.Name
int
hashCode()
boolean
rendersContent
(org.jooq.Context<?> arg0) toString()
protected final org.jooq.exception.DataAccessException
translate
(String arg0, SQLException arg1) Methods inherited from class org.jooq.impl.CatalogImpl
accept, clauses, equals, getSchema, getSchema, schemaStream
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
Methods inherited from interface org.jooq.QueryPart
hashCode, toString
Methods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresTables, declaresWindows, generatesCast, rendersContent
-
Field Details
-
DEFAULT_CATALOG
The reference instance ofDEFAULT_CATALOG
-
SECURITY
The schemaSECURITY
.
-
-
Method Details
-
getSchemas
- Specified by:
getSchemas
in interfaceorg.jooq.Catalog
- Overrides:
getSchemas
in classorg.jooq.impl.CatalogImpl
-
getName
- Specified by:
getName
in interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedName
in interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedName
in interfaceorg.jooq.Named
-
getComment
- Specified by:
getComment
in interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()- Specified by:
getCommentPart
in interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()- Specified by:
$name
in interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0) - Specified by:
rendersContent
in interfaceorg.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFields
in interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()- Specified by:
declaresTables
in interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindows
in interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTE
in interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCast
in interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-