|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> db >> [ config overview ] | PREV NEXT | ||||||||
A
- addTypeMapping(TypeMappingConfig) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Add a type mapping to the system
- addWildcard(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Adds the specified wildcard entry
- authoritative - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI AUTHORITATIVE
B
- batchSize - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI BATCHSIZE
C
- cache - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- cache() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the cache enabled boolean flag
- checkZeroUpdate - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- checkZeroUpdate() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the check zero update version as a boolean
- com.jcorporate.expresso.core.db.config - package com.jcorporate.expresso.core.db.config
- Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso.
- configure(Configuration) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Configure lifecycle event.
- connectFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- createTableIndicies - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- createTableIndicies() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the create table indicies boolean value
D
- dateSelectFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateSelectFunction - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateTimeSelectFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateTimeSelectFunction - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateTimeUpdateFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateTimeUpdateFunction - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateUpdateFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dateUpdateFunction - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dbCatalogue - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dbSchema - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dbStats - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dbStats() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the database statistics flag boolean
- dbTest - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- dbType - Variable in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- The type that this will map to in the DB.
- destroy() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Destroy Lifecycle Event
- dnsURL - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI DNS_URL
- driver - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- driverType - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
E
- escapeHandler - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- escapeHandlerInstance - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- expressoType - Variable in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- The expresso type that you want to modify.
G
- getAuthoritative() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the authoritative
- getBatchSize() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the batchSize
- getCheckZeroUpdate() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the check zero update version as a boolean
- getConnectFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the JDBC connection format style.
- getDBType() - Method in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- getDateSelectFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the date update function string
- getDateSelectFunction() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the date select format string
- getDateTimeSelectFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time select format string
- getDateTimeSelectFunction() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time select function string
- getDateTimeUpdateFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time update format string
- getDateTimeUpdateFunction() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time select function string
- getDateUpdateFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the date update format string
- getDateUpdateFunction() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the date update function string
- getDbCatalogue() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- getDbSchema() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- getDbTest() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Retrieves the DB test string
- getDnsURL() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the dnsURL
- getDriver() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the JDBC Driver class name
- getDriverType() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the JDBC Driver Type name
- getEscapeHandler() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Get the classname of the current escape handler for this data context
- getEscapeHandlerClass() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- getExpressoType() - Method in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- getInitialContextFactory() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the initialContextFactory
- getJavaType() - Method in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- getLanguage() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the language
- getLimitationPosition() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the limitation syntax position string
- getLimitationSyntax() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the limitation syntax
- getLogin() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the JDBC login account name
- getMetadataName() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Because we look up our metadata in the parent component, we have to somehow know WHAT component's metadata is ours.
- getObjectFactories() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the objectFactories
- getPassword() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the JDBC login password
- getProviderURL() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the providerURL
- getSecurityAuthentication() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the securityAuthentication
- getSecurityCredentials() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the securityCredentials
- getSecurityPrincipal() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the securityPrincipal
- getSecurityProtocol() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the securityProtocol
- getStateFactories() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the stateFactories
- getStringNotTrim() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Get the NoTrim parameter setting
- getTimeSelectFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the time select function string
- getTimeSelectFunction() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the time select function string
- getTimeUpdateFormat() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the time update format string
- getTimeUpdateFunction() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the time update function string
- getTransactionNotActive() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Get the transaction non action setting
- getTypeMappingVector() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Old type mappings style for a Vector to help with migration.
- getTypeMappings() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Retrieve a list of all type mappings available.
- getUniqueRowKeyword() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the unique keyword flag
- getUrl() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the JDBC URL
- getUrlPKGPrefixes() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Gets the urlPKGPrefixes
- getWildcards() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets a vector list of wildcard entries
I
- initialContextFactory - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI INITIAL CONTEXT FACTORY
- initialize() - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Initial Creation initialization
- isNativeBlob() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Return whether this database type supports native blob types
- isNativeBool() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Returns whether or not this database supports native boolean datatypes
- isStringNotTrim() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Return whether this database persistence string will not be trimmed before store it and get it after.
- isTransactionNotActive() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Return whether this database transaction is active or not
J
- JDBCConfig - class com.jcorporate.expresso.core.db.config.JDBCConfig.
- A Commons digester class for JDBC section of the standardmaessig Expresso Configuration XML file.
- JDBCConfig() - Constructor for class com.jcorporate.expresso.core.db.config.JDBCConfig
- JNDIConfig - class com.jcorporate.expresso.core.db.config.JNDIConfig.
- A Commons digester class for JDBC section of the standardmaessig Expresso Configuration XML file.
- JNDIConfig() - Constructor for class com.jcorporate.expresso.core.db.config.JNDIConfig
- Default constructor
- JNDIConfig(String, String, String, String) - Constructor for class com.jcorporate.expresso.core.db.config.JNDIConfig
- Default commons constructor
- javaType - Variable in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- The java.SQL.types that this type mapping points maps to
L
- language - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI LANGUAGE
- limitationPosition - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- limitationSyntax - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- login - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
N
- nativeBlob - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- nativeBool - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
O
- objectFactories - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI OBJECT_FACTORIES
P
- password - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- providerURL - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI provider URL
:// :
R
- reconfigure(Configuration) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Reconfigure Lifecycle Event.
S
- securityAuthentication - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI SECURITY_AUTHENTICATION "none", "simple", "strong"
- securityCredentials - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI SECURITY_CREDENTIALS Password
- securityPrincipal - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI SECURITY_PRINCIPAL Username
- securityProtocol - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI SECURITY_PROTOCOL
- setAuthoritative(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the authoritative
- setBatchSize(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the batchSize
- setCache(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the cache enabled boolean flag
- setCheckZeroUpdate(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Set the check zero update version
- setConnectFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the JDBC connection format style.
- setCreateTableIndicies(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the create table indicies boolean value
- setDBType(String) - Method in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- setDateSelectFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date select format string
- setDateSelectFunction(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date select functon string
- setDateTimeSelectFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time select format string
- setDateTimeSelectFunction(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time select function string
- setDateTimeUpdateFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time update format string
- setDateTimeUpdateFunction(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date time update function string
- setDateUpdateFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date update format string
- setDateUpdateFunction(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the date update function string
- setDbCatalogue(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- setDbSchema(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- setDbStats(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the database statistics flag boolean
- setDbTest(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the database test
- setDnsURL(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the dnsURL
- setDriver(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the JDBC driver class name
- setDriverType(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the JDBC driver Type name
- setEscapeHandler(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the escape handler for this jdbc connection.
- setExpressoType(String) - Method in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- setHasBooleanType(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets whether or not this JDBC configuration supports a native boolean datatype.
- setInitialContextFactory(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the initialContextFactory
- setJavaType(String) - Method in class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- setLanguage(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the language
- setLimitationPosition(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the limitation position string
- setLimitationSyntax(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the limitation syntax string
- setLogin(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the JDBC login account name
- setNativeBlob(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets whether the database supports the native BLOB datatype, or whether you need binary streams.
- setObjectFactories(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the objectFactories
- setPassword(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the JDBC login password
- setProviderURL(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the providerURL
- setSecurityAuthentication(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the securityAuthentication
- setSecurityCredentials(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the securityCredentials
- setSecurityPrincipal(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the securityPrincipal
- setSecurityProtocol(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the securityProtocol
- setSkipText(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the skip text flag
- setStateFactories(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the stateFactories
- setStringNotTrim(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Set the NoTrim parameter setting
- setTimeSelectFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the time select format string
- setTimeSelectFunction(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the time select function string
- setTimeUpdateFormat(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the time update format string
- setTimeUpdateFunction(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the time update function string
- setTransactionNotActive(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Set the transaction non action parameter * @param string
- setTypeMappings(List) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Set the list of type mappings
- setUniqueRowKeyword(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the unique keyword flag
- setUrl(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Sets the JDBC URL
- setUrlPKGPrefixes(String) - Method in class com.jcorporate.expresso.core.db.config.JNDIConfig
- Sets the urlPKGPrefixes
- setUseNullOnCreate(String) - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Set the flag that specifies if we use the "null" keyword in the create table statement when setting a field which does allow nulls.
- skipText - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- skipText() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Gets the skip text flag
- stateFactories - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI STATE_FACTORIES
- stringNotTrim - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
T
- TypeMappingConfig - class com.jcorporate.expresso.core.db.config.TypeMappingConfig.
- JavaBean describing the Type Mappings for various databases.
- TypeMappingConfig() - Constructor for class com.jcorporate.expresso.core.db.config.TypeMappingConfig
- Creates a new TypeMappingConfig object.
- timeSelectFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- timeSelectFunction - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- timeUpdateFormat - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- timeUpdateFunction - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- transactionNotActive - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- typeMappings - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
U
- uniqueRowKeyword - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- url - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- urlPKGPrefixes - Variable in class com.jcorporate.expresso.core.db.config.JNDIConfig
- JNDI URL_PKG_PREFIXES
- useNullOnCreate - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
- useNullOnCreate() - Method in class com.jcorporate.expresso.core.db.config.JDBCConfig
- Get the flag that specifies if we use the "null" keyword in the create table statement when setting a field which does allow nulls.
W
- wildCards - Variable in class com.jcorporate.expresso.core.db.config.JDBCConfig
A B C D E G I J L N O P R S T U W
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> db >> [ config overview ] | PREV NEXT | ||||||||