- getActiondate() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getActiondate() - Method in class n4e.core.dbaccess.DbAccessProtocol
-
- getActiondate() - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
- getAutoCommit() - Method in class n4e.core.database.DatabaseConnection
-
calls the getAutoCommit
-method of the connection.
- getBlobField(String) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getBlobField
returns the field contens of blob fields.
- getBlobField(String) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getBlobField
returns the field contens of blob fields.
- getByteStringFromByteArray(byte[]) - Method in class n4e.core.database.DbAccessRead
-
The method getByteStringFromByteArray
gets the byte code from byte array.
- getCatalog() - Method in class n4e.core.database.DatabaseConnection
-
calls the getCatalog
-method of the connection.
- getChanged() - Method in class n4e.core.database.DbAccessRead
-
get field: date of last change data.
- getChanged() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getChangedfrom() - Method in class n4e.core.database.DbAccessRead
-
get field: user changed.
- getChangedfrom() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getClient() - Method in class n4e.core.database.DbAccessRead
-
get field: foreign key to client table.
- getClient() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getClientInfo() - Method in class n4e.core.database.DatabaseConnection
-
- getClientInfo(String) - Method in class n4e.core.database.DatabaseConnection
-
- getConnectionCount() - Method in class n4e.core.database.DatabaseConnectionSet
-
get field: the current number of connections of this pool.
- getCreated() - Method in class n4e.core.database.DbAccessRead
-
get field: date of creation.
- getCreated() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getCreator() - Method in class n4e.core.database.DbAccessRead
-
get field: user created.
- getCreator() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getDatabase() - Method in class n4e.core.database.DatabaseConnection
-
get field: the own database system object of the class.
- getDatabaseConnectionSet(String) - Static method in class n4e.core.database.DatabaseManager
-
The method getDatabaseConnectionSet
returns the database connection set of the given database.
- getDatabaseConnectionSet() - Method in class n4e.core.database.DatabaseSystem
-
get field: the current database connection set.
- getDatabasename() - Method in class n4e.core.database.DbAccessRead
-
get field: name of own database.
- getDatabaseSystem() - Method in class n4e.core.database.DatabaseConnection
-
get field: the own database system object of the class.
- getDatabaseSystem() - Method in class n4e.core.database.DatabaseConnectionSet
-
get field: the current object of the database system.
- getDatabaseSystemNames() - Static method in class n4e.core.database.DatabaseManager
-
The method getDatabaseSystemNames
returns a list of the current names of databases.
- getDatabaseSystemProducts() - Static method in class n4e.core.database.DatabaseManager
-
The method getDatabaseSystemProducts
returns a list of the current product codes of databases.
- getDatabaseUrl() - Method in class n4e.core.database.DatabaseSystem
-
get field: the current url of the database system.
- getDatabaseUser() - Method in class n4e.core.database.DatabaseSystem
-
get field: the name of the autorized user for access to the database system.
- getDatabaseUserPassword() - Method in class n4e.core.database.DatabaseSystem
-
get field: the password of the autorized user for access to the database system.
- getDataSet(List4SysUser, String, String, String, String, String, String, String) - Method in class n4e.core.database.DatabaseDatasetLoader
-
The method getDataSetRead
gets a list ov data read/write class objects with data from database
- getDataSet(List4SysUser, String, String, String, String, String, String, String, String, String) - Method in class n4e.core.database.DatabaseDatasetLoader
-
The method getDataSetRead
gets a list ov data read/write class objects with data from database
- getDataSet(String) - Method in class n4e.core.database.DbAccessRead
-
The method getDataSet
returns a data set from table.
- getDataSet(String) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getDataSet
returns a data set from table.
- getDataSet(String) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getDataSet
returns a data set from table.
- getDataSetRead(List4SysUser, String, String, String, String, String, String, String) - Method in class n4e.core.database.DatabaseDatasetLoader
-
The method getDataSetRead
gets a list of data read classe objects with data from database
- getDataSetRead(List4SysUser, String, String, String, String, String, String, String, String, String) - Method in class n4e.core.database.DatabaseDatasetLoader
-
The method getDataSetRead
gets a list of data read classe objects with data from database
- getDbmsName() - Method in class n4e.core.database.DatabaseSystem
-
get field: the technical name of the database system.
- getDbSystemCode() - Method in class n4e.core.database.DatabaseSystem
-
get field: type of dbms.
- getDbSystemType() - Method in class n4e.core.database.DatabaseSystem
-
get field: constant internal code for a n4e database system.
- getDbTablename() - Method in class n4e.core.database.DbAccessRead
-
get field: name of own database table.
- getDbTypeName() - Method in class n4e.core.database.DatabaseSystem
-
get field: the n4e type of the database system.
- getDebugConn() - Method in class n4e.core.database.DatabaseSystem
-
get field: debug mode for connection using.
- getDefData(String, String) - Method in class n4e.core.database.DbAccessRead
-
The method getDefData
returns data concerning a table field.
- getDefData(String, String) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getDefData
returns data concerning a table field.
- getDefData(String, String) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getDefData
returns data concerning a table field.
- getDescription() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of description.
- getDescriptionkeyset() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of descriptionkeyset.
- getDriverClass() - Method in class n4e.core.database.DatabaseSystem
-
get field: the java name of the class of the current driver (dbms dependent).
- getEnableLogging() - Method in class n4e.core.database.DatabaseConnection
-
get field: logging on/off !!!
- getFieldAsString(String) - Method in class n4e.core.database.DbAccessRead
-
The method getFieldAsString
returns the field contens as a string.
- getFieldAsStringKey(String, Boolean) - Method in class n4e.core.database.DbAccessRead
-
The method getFieldAsStringKey
returns the field contens as a string.
- getFieldAsStringKey(String, Boolean) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getFieldAsStringKey
returns the field contens as a string.
- getFieldAsStringKey(String, Boolean) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getFieldAsStringKey
returns the field contens as a string.
- getHoldability() - Method in class n4e.core.database.DatabaseConnection
-
calls the getHoldability
-method of the connection.
- getIncConn() - Method in class n4e.core.database.DatabaseSystem
-
get field: increment for connection creating.
- getIndivTableFields() - Method in class n4e.core.database.DbAccessRead
-
get field: list of individual table fields.
- getInuse() - Method in class n4e.core.database.DbAccessRead
-
get field: read but not updated.
- getInuse() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getKeynameofpublvk() - Method in class n4e.core.database.DbAccessRead
-
get field: list of key names of table names of public foreign keys.
- getKeyWord(String) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getKeyWord
gets a keyword from keyset.
- getKeyWord(String) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getKeyWord
gets a keyword from keyset.
- getKeyWordList(String, String) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getKeyWordList
gets a list of all keywords from keyset.
- getKeyWordList(String, String) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getKeyWordList
gets a list of all keywords from keyset.
- getKeyWordNameByUid(String) - Method in class n4e.core.tool.Tool4DbDatabase
-
The method Tool4KeyWord_getKeyWordNameByUid
fetchs the key word name from database.
- getKeyWordNameList(String, String) - Method in class n4e.core.tool.Tool4DbDatabase
-
The method Tool4KeyWord_getKeyWordNameList
fetchs the list of key word names from database.
- getKeyWordParameterByUid(String) - Method in class n4e.core.tool.Tool4DbDatabase
-
The method Tool4KeyWord_getKeyWordParameterByUid
fetchs the parameter of a key word from database.
- getListing(String) - Method in class n4e.core.saxparser.SaxParserDbCH
-
The method getListing
reads a xml-listing from server.
- getListOfFields(Integer) - Method in class n4e.core.database.DbAccessRead
-
The method getListOfFields
returns a list of key values.
- getListOfFields(int) - Method in class n4e.core.database.DbAccessRead
-
The method getListOfFields
returns a list of key values.
- getLogNameAdd() - Method in class n4e.core.database.DatabaseSystem
-
get field: the log name add of the database system.
- getMaxConn() - Method in class n4e.core.database.DatabaseSystem
-
get field: max count for connection creating.
- getMessage(String) - Method in class n4e.core.tool.Tool4DbMessages
-
The method getMessage
returns the message of the given key value.
- getMessage(String, String) - Method in class n4e.core.tool.Tool4DbMessages
-
The method getMessage
returns the message of the given key value.
- getMetaData() - Method in class n4e.core.database.DatabaseConnection
-
calls the getMetaData
-method of the connection.
- getName() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getName() - Method in class n4e.core.dbaccess.DbAccessProtocol
-
- getName() - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
- getName() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of name.
- getNetworkTimeout() - Method in class n4e.core.database.DatabaseConnection
-
- getParameter1() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of parameter1.
- getParameter2() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of parameter2.
- getParameter3() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of parameter3.
- getParameter4() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of parameter4.
- getParameter5() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of parameter5.
- getPrivateforeignkey() - Method in class n4e.core.database.DbAccessRead
-
get field: list of private foreign key fields.
- getProtocol() - Method in class n4e.core.database.DatabaseSystem
-
get field: the tables, which protocol their traffic.
- getProtocoltype() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getProtocoltype() - Method in class n4e.core.dbaccess.DbAccessProtocol
-
- getProtocoltype() - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
- getPublicforeignkey() - Method in class n4e.core.database.DbAccessRead
-
get field: list of public foreign key fields.
- getResultSet(String) - Method in class n4e.core.database.DatabaseSQLResultSet
-
The method getResultSet
creates a resultset with the current sql statement.
- getSchema() - Method in class n4e.core.database.DatabaseConnection
-
- getShorttext() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getShorttext() - Method in class n4e.core.dbaccess.DbAccessProtocol
-
- getShorttext() - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
- getSqlreport() - Method in class n4e.core.database.DatabaseSystem
-
get field: true = log the current sql statement to the log file of the database system (for debugging).
- getSqlStatement() - Method in class n4e.core.database.DatabaseSQLStatement
-
The method getSqlStatement
gets a sql statement from the current connection.
- getStdTableFields() - Method in class n4e.core.database.DbAccessRead
-
get field: list of standard fields.
- getSystemName() - Method in class n4e.core.database.DatabaseSystem
-
get field: the name of the database system.
- getSystemUser() - Method in class n4e.core.database.DbAccessRead
-
get field: the current user object.
- getTableuid() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getTableuid() - Method in class n4e.core.dbaccess.DbAccessProtocol
-
- getTableuid() - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
- getTblnameofownerfield() - Method in class n4e.core.database.DbAccessRead
-
get field: list of names of table names of owner key.
- getTblnameofprivk() - Method in class n4e.core.database.DbAccessRead
-
get field: list of table names of private foreign keys.
- getTblnameofpublvk() - Method in class n4e.core.database.DbAccessRead
-
get field: list of table names of public foreign keys.
- getText() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getText() - Method in class n4e.core.dbaccess.DbAccessProtocol
-
- getText() - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
- getTransactionIsolation() - Method in class n4e.core.database.DatabaseConnection
-
calls the getTransactionIsolation
-method of the connection.
- getTranslationText(int) - Method in class n4e.core.dbaccess.DbAccessProtocol
-
The method getTranslationText
returns the translated text.
- getTranslationText(int) - Method in class n4e.core.dbaccess.DbAccessReadProtocol
-
The method getTranslationText
returns the translated text.
- getTypeMap() - Method in class n4e.core.database.DatabaseConnection
-
calls the getTypeMap
-method of the connection.
- getUniqueid() - Method in class n4e.core.database.DbAccessRead
-
get field: unique key.
- getUniqueid() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getUniqueid() - Method in class n4e.core.list.List4KeyWord
-
get field: the current value of uniqueid.
- getUsername() - Method in class n4e.core.database.DatabaseConnection
-
get field: user using the connection.
- getValidateConn() - Method in class n4e.core.database.DatabaseSystem
-
get field: validate a connection before using.
- getVersion() - Method in class n4e.core.database.DbAccessRead
-
get field: version counter for database store without locking.
- getVersion() - Method in class n4e.core.dbaccess.DbAccessCheckProtocol
-
- getWarnings() - Method in class n4e.core.database.DatabaseConnection
-
calls the getWarnings
-method of the connection.
- getWriter4DatabaseLog() - Method in class n4e.core.database.DatabaseSystem
-
get field: the writer object for the log file of the database system.