Class Datasource
java.lang.Object
org.apache.ofbiz.entity.config.model.Datasource
An object that models the
<datasource>
element.- See Also:
-
entity-config.xsd
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of theadd-missing-on-start
attribute.boolean
Returns the value of thealias-view-columns
attribute.boolean
Returns the value of thealways-use-constraint-keyword
attribute.Returns the value of thecharacter-set
attribute.boolean
Returns the value of thecheck-fk-indices-on-start
attribute.boolean
Returns the value of thecheck-fks-on-start
attribute.boolean
Returns the value of thecheck-indices-on-start
attribute.boolean
Returns the value of thecheck-on-start
attribute.boolean
Returns the value of thecheck-pks-on-start
attribute.Returns the value of thecollate
attribute.int
Returns the value of theconstraint-name-clip-length
attribute.boolean
Returns the value of thedrop-fk-use-foreign-key-keyword
attribute.Returns the value of thefield-type-name
attribute.Returns the value of thefk-style
attribute.Returns the value of thehelper-class
attribute.Returns the<inline-jdbc>
child element.Returns the<jndi-jdbc>
child element.Returns the value of thejoin-style
attribute.int
Returns the value of themax-worker-pool-size
attribute.getName()
Returns the value of thename
attribute.Returns the value of theoffset-style
attribute.Returns the value of theproxy-cursor-name
attribute.Returns the<read-data>
child elements.int
Returns the value of theresult-fetch-size
attribute.Returns the value of theschema-name
attribute.Returns the<sql-load-path>
child elements.Returns the value of thetable-type
attribute.Returns the<tyrex-dataSource>
child element.boolean
Returns the value of theuse-binary-type-for-blob
attribute.boolean
Returns the value of theuse-fk-initially-deferred
attribute.boolean
Returns the value of theuse-foreign-key-indices
attribute.boolean
Returns the value of theuse-foreign-keys
attribute.boolean
Returns the value of theuse-indices
attribute.boolean
Returns the value of theuse-indices-unique
attribute.boolean
Returns the value of theuse-order-by-nulls
attribute.boolean
Returns the value of theuse-pk-constraint-names
attribute.boolean
Returns the value of theuse-proxy-cursor
attribute.boolean
Returns the value of theuse-schemas
attribute.
-
Method Details
-
getName
Returns the value of thename
attribute. -
getHelperClass
Returns the value of thehelper-class
attribute. -
getFieldTypeName
Returns the value of thefield-type-name
attribute. -
getUseSchemas
public boolean getUseSchemas()Returns the value of theuse-schemas
attribute. -
getSchemaName
Returns the value of theschema-name
attribute. -
getCheckOnStart
public boolean getCheckOnStart()Returns the value of thecheck-on-start
attribute. -
getAddMissingOnStart
public boolean getAddMissingOnStart()Returns the value of theadd-missing-on-start
attribute. -
getUsePkConstraintNames
public boolean getUsePkConstraintNames()Returns the value of theuse-pk-constraint-names
attribute. -
getCheckPksOnStart
public boolean getCheckPksOnStart()Returns the value of thecheck-pks-on-start
attribute. -
getConstraintNameClipLength
public int getConstraintNameClipLength()Returns the value of theconstraint-name-clip-length
attribute. -
getUseProxyCursor
public boolean getUseProxyCursor()Returns the value of theuse-proxy-cursor
attribute. -
getProxyCursorName
Returns the value of theproxy-cursor-name
attribute. -
getResultFetchSize
public int getResultFetchSize()Returns the value of theresult-fetch-size
attribute. -
getUseForeignKeys
public boolean getUseForeignKeys()Returns the value of theuse-foreign-keys
attribute. -
getUseForeignKeyIndices
public boolean getUseForeignKeyIndices()Returns the value of theuse-foreign-key-indices
attribute. -
getCheckFksOnStart
public boolean getCheckFksOnStart()Returns the value of thecheck-fks-on-start
attribute. -
getCheckFkIndicesOnStart
public boolean getCheckFkIndicesOnStart()Returns the value of thecheck-fk-indices-on-start
attribute. -
getFkStyle
Returns the value of thefk-style
attribute. -
getUseFkInitiallyDeferred
public boolean getUseFkInitiallyDeferred()Returns the value of theuse-fk-initially-deferred
attribute. -
getUseIndices
public boolean getUseIndices()Returns the value of theuse-indices
attribute. -
getUseIndicesUnique
public boolean getUseIndicesUnique()Returns the value of theuse-indices-unique
attribute. -
getCheckIndicesOnStart
public boolean getCheckIndicesOnStart()Returns the value of thecheck-indices-on-start
attribute. -
getJoinStyle
Returns the value of thejoin-style
attribute. -
getAliasViewColumns
public boolean getAliasViewColumns()Returns the value of thealias-view-columns
attribute. -
getAlwaysUseConstraintKeyword
public boolean getAlwaysUseConstraintKeyword()Returns the value of thealways-use-constraint-keyword
attribute. -
getDropFkUseForeignKeyKeyword
public boolean getDropFkUseForeignKeyKeyword()Returns the value of thedrop-fk-use-foreign-key-keyword
attribute. -
getUseBinaryTypeForBlob
public boolean getUseBinaryTypeForBlob()Returns the value of theuse-binary-type-for-blob
attribute. -
getUseOrderByNulls
public boolean getUseOrderByNulls()Returns the value of theuse-order-by-nulls
attribute. -
getOffsetStyle
Returns the value of theoffset-style
attribute. -
getTableType
Returns the value of thetable-type
attribute. -
getCharacterSet
Returns the value of thecharacter-set
attribute. -
getCollate
Returns the value of thecollate
attribute. -
getMaxWorkerPoolSize
public int getMaxWorkerPoolSize()Returns the value of themax-worker-pool-size
attribute. -
getSqlLoadPathList
Returns the<sql-load-path>
child elements. -
getReadDataList
Returns the<read-data>
child elements. -
getInlineJdbc
Returns the<inline-jdbc>
child element. -
getJndiJdbc
Returns the<jndi-jdbc>
child element. -
getTyrexDataSource
Returns the<tyrex-dataSource>
child element.
-