A C D E F G I J M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addBatch() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- addBatch(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
C
- cancel() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- clearBatch() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- clearParameters() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- clearWarnings() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- close() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- closeOnCompletion() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
D
- DataAccessException - Exception in org.wso2.carbon.database.utils.jdbc.exceptions
-
The exception thrown when an error happens at the Data Access Layer.
- DataAccessException() - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- DataAccessException(String) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- DataAccessException(String, String, Throwable) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- DataAccessException(String, Throwable) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- DataAccessException(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- DataAccessException(Throwable) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- DatabaseUtilComponent - Class in org.wso2.carbon.database.utils.jdbc.internal
-
This class informs whether the OSGi bundle is activated or not.
- DatabaseUtilComponent() - Constructor for class org.wso2.carbon.database.utils.jdbc.internal.DatabaseUtilComponent
- decrementTransactionDepth() - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
-
Decrement the transaction depth by one to notice the remaining levels of a transaction.
E
- ERROR_CODE_AUTO_GENERATED_ID_FAILURE - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_CLOSE_CONNECTION_FAILURE - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_COMMIT_TRANSACTION_FAILURE - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_DATABASE_QUERY_PERFORMING - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_DATABASE_QUERY_PERFORMING_ERROR - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_GET_DB_TYPE - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_GETTING_CONNECTION_FAILURE - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_MORE_RECORDS_IN_SINGLE_FETCH - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- ERROR_CODE_ROLLBACK_TRANSACTION_FAILURE - org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- execute() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- execute(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- execute(String, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- execute(String, int[]) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- execute(String, String[]) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeBatch() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeBatchDelete(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc batch delete query.
- executeBatchInsert(String, NamedQueryFilter, T) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes the jdbc insert/update query.
- executeBatchInsert(String, NamedQueryFilter, T) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
-
Executes the jdbc insert/update query.
- executeBatchInsert(String, QueryFilter, T) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc insert/update query.
- executeBatchInsert(String, QueryFilter, T) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes the jdbc insert/update query.
- executeBatchUpdateWithAffectedRows(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc batch update query and returns the results.
- ExecuteCallable<T> - Interface in org.wso2.carbon.database.utils.jdbc
-
Functional interface of the database utils to call the executions of the transactions.
- executeInsert(String, NamedQueryFilter, T, boolean) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes the jdbc insert/update query.
- executeInsert(String, NamedQueryFilter, T, boolean) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
- executeInsert(String, NamedQueryFilter, T, boolean, String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes the jdbc insert/update query.
- executeInsert(String, QueryFilter, T, boolean) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc insert/update query.
- executeInsert(String, QueryFilter, T, boolean) - Method in class org.wso2.carbon.database.utils.jdbc.Template
- executeInsert(String, QueryFilter, T, boolean, String) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc insert/update query depends on provided auto generated column name.
- executeQuery() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeQuery(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeQuery(String, RowMapper<T>) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>, NamedQueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>, NamedQueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeQuery(String, RowMapper<T>, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes a query on JDBC and return the result as a list of domain objects.
- executeUpdate() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeUpdate(String) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc update query and returns the result as updated id integer.
- executeUpdate(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes the jdbc update query and returns the result as updated id integer.
- executeUpdate(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeUpdate(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
-
Executes the jdbc update query and returns the result as updated id integer.
- executeUpdate(String) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes the jdbc update query and returns the result as updated id integer.
- executeUpdate(String, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeUpdate(String, int[]) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeUpdate(String, String[]) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- executeUpdate(String, NamedQueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes the jdbc update query and returns nothing.
- executeUpdate(String, NamedQueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
-
Executes the jdbc update query and returns nothing.
- executeUpdate(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc update query and returns nothing.
- executeUpdate(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes the jdbc update query and returns nothing.
- executeUpdateWithAffectedRows(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes the jdbc update query and returns the number of affected rows.
- executeUpdateWithAffectedRows(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes the jdbc update query and returns number of affected rows.
F
- fetchSingleRecord(String, RowMapper<T>, NamedQueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Executes a query on JDBC and return the result as a domain object.
- fetchSingleRecord(String, RowMapper<T>, NamedQueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.NamedTemplate
-
Executes a query on JDBC and return the result as a domain object.
- fetchSingleRecord(String, RowMapper<T>, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Executes a query on JDBC and return the result as a domain object.
- fetchSingleRecord(String, RowMapper<T>, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.Template
-
Executes a query on JDBC and return the result as a domain object.
- filter(PreparedStatement) - Method in interface org.wso2.carbon.database.utils.jdbc.QueryFilter
-
Performs the variable binding.
- filter(NamedPreparedStatement) - Method in interface org.wso2.carbon.database.utils.jdbc.NamedQueryFilter
-
Performs the variable binding.
G
- get(NamedTemplate<T>) - Method in interface org.wso2.carbon.database.utils.jdbc.NamedExecuteCallable
- get(Template<T>) - Method in interface org.wso2.carbon.database.utils.jdbc.ExecuteCallable
- getAutoCommitState() - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
- getConnection() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getConnection() - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
- getConvertedAutoGeneratedColumnName(String, String) - Static method in class org.wso2.carbon.database.utils.jdbc.JdbcUtils
- getDatabaseProductName() - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Retrieve database product name from the data source.
- getDatabaseProductName() - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Retrieve database product name from the data source.
- getDriverName() - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
- getDriverName() - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
- getErrorCode() - Method in exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- getErrorCode() - Method in exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- getErrorCode() - Method in enum org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- getErrorMessage() - Method in enum org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
- getFetchDirection() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getFetchSize() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getGeneratedKeys() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getMaxFieldSize() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getMaxRows() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getMetaData() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getMoreResults() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getMoreResults(int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getParameterMetaData() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getQueryTimeout() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getResultSet() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getResultSetConcurrency() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getResultSetHoldability() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getResultSetType() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getTransactionDepth() - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
- getUpdateCount() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- getWarnings() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
I
- incrementTransactionDepth() - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
-
Increment the transaction depth by one to store the level of a transaction.
- isClosed() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- isCloseOnCompletion() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- isPoolable() - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- isWrapperFor(Class<?>) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
J
- JdbcConstants - Class in org.wso2.carbon.database.utils.jdbc
-
Constants for the jdbcTemplate.
- JdbcConstants() - Constructor for class org.wso2.carbon.database.utils.jdbc.JdbcConstants
- JdbcConstants.ErrorCodes - Enum in org.wso2.carbon.database.utils.jdbc
-
Error codes for the exceptions in jdbcTemplate.
- JdbcTemplate - Class in org.wso2.carbon.database.utils.jdbc
-
A utility class to call JDBC with lambda expressions.
- JdbcTemplate(DataSource) - Constructor for class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
- JdbcUtils - Class in org.wso2.carbon.database.utils.jdbc
-
Provide support for the Jdbc template executions.
M
- mapRow(ResultSet, int) - Method in interface org.wso2.carbon.database.utils.jdbc.RowMapper
N
- NamedExecuteCallable<T> - Interface in org.wso2.carbon.database.utils.jdbc
-
Functional interface of the database utils to call the executions of the transactions with named prepared statement.
- NamedJdbcTemplate - Class in org.wso2.carbon.database.utils.jdbc
-
This utility class used to call JDBC with lambda expressions is different from JdbcTemplate class as it supports the use of named prepared statement.
- NamedJdbcTemplate(DataSource) - Constructor for class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
- NamedPreparedStatement - Class in org.wso2.carbon.database.utils.jdbc
-
Prepared statement with named indexes.
- NamedPreparedStatement(Connection, String) - Constructor for class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Create a named prepared statement.
- NamedPreparedStatement(Connection, String, String) - Constructor for class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Create a named prepared statement with a specified column value to be returned.
- NamedPreparedStatement(Connection, String, Map<String, Integer>) - Constructor for class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Create a named prepared statement with repeated indexes.
- NamedPreparedStatement(Connection, String, Map<String, Integer>, String) - Constructor for class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Create a named prepared statement with repeated indexes and a specified column value to be returned.
- NamedQueryFilter - Interface in org.wso2.carbon.database.utils.jdbc
-
SQL variable binding.
- NamedTemplate<T> - Class in org.wso2.carbon.database.utils.jdbc
-
This class created to have Template which contains the methods for the database transactions is different from Template class as it supports the use of named prepared statement.
- NamedTemplate() - Constructor for class org.wso2.carbon.database.utils.jdbc.NamedTemplate
O
- org.wso2.carbon.database.utils.jdbc - package org.wso2.carbon.database.utils.jdbc
- org.wso2.carbon.database.utils.jdbc.exceptions - package org.wso2.carbon.database.utils.jdbc.exceptions
- org.wso2.carbon.database.utils.jdbc.internal - package org.wso2.carbon.database.utils.jdbc.internal
P
- PRODUCT_NAME_POSTGRESQL - Static variable in class org.wso2.carbon.database.utils.jdbc.JdbcConstants
Q
- QueryFilter - Interface in org.wso2.carbon.database.utils.jdbc
-
SQL variable binding.
R
- RowMapper<T> - Interface in org.wso2.carbon.database.utils.jdbc
-
Performs Row mapping from result set to domain object properties.
S
- setArray(int, Array) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setAsciiStream(int, InputStream) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setAutoCommitState(boolean) - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
- setBigDecimal(int, BigDecimal) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBinaryStream(int, InputStream) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBinaryStream(String, InputStream, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBlob(int, InputStream) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBlob(int, InputStream, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBlob(int, Blob) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBoolean(int, boolean) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBoolean(String, boolean) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Set
booleanvalue for the named index. - setByte(int, byte) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setBytes(int, byte[]) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setCharacterStream(int, Reader) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setClob(int, Reader) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setClob(int, Reader, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setClob(int, Clob) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setConnection(Connection) - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
- setCursorName(String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setDate(int, Date) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setDate(int, Date, Calendar) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setDouble(int, double) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setErrorCode(String) - Method in exception org.wso2.carbon.database.utils.jdbc.exceptions.DataAccessException
- setErrorCode(String) - Method in exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- setEscapeProcessing(boolean) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setFetchDirection(int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setFetchSize(int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setFloat(int, float) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setInt(int, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setInt(String, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Set
intvalue for the named index. - setLong(int, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setLong(String, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Set
longvalue for the named index. - setMaxFieldSize(int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setMaxRows(int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNCharacterStream(int, Reader) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNClob(int, Reader) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNClob(int, Reader, long) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNClob(int, NClob) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNString(int, String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNString(String, String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Set unicode
Stringvalue for the named index. - setNull(int, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNull(int, int, String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setNull(String, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Sets the designated parameter to SQL NULL
- setObject(int, Object) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setObject(int, Object, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setObject(int, Object, int, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setObject(String, Object) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setPoolable(boolean) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setQueryTimeout(int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setRef(int, Ref) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setRowId(int, RowId) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setShort(int, short) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setSQLXML(int, SQLXML) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setString(int, String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setString(String, String) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Set
Stringvalue for the named index. - setString(String, List<String>) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Replace repeated indexes with the list of values.
- setTime(int, Time) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setTime(int, Time, Calendar) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setTimestamp(int, Timestamp) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setTimeStamp(String, Timestamp, Calendar) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
-
Set
TimeStampvalue for the named index. - setUnicodeStream(int, InputStream, int) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
- setURL(int, URL) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
T
- Template<T> - Class in org.wso2.carbon.database.utils.jdbc
-
This class is created to have Template which containing the methods for the database transactions.
- Template() - Constructor for class org.wso2.carbon.database.utils.jdbc.Template
- TransactionEntry - Class in org.wso2.carbon.database.utils.jdbc
-
Class that keeps the states of a transaction.
- TransactionEntry() - Constructor for class org.wso2.carbon.database.utils.jdbc.TransactionEntry
- TransactionException - Exception in org.wso2.carbon.database.utils.jdbc.exceptions
-
Exception class to throw errors of the transactions.
- TransactionException() - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- TransactionException(String) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- TransactionException(String, String) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- TransactionException(String, String, Throwable) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- TransactionException(String, Throwable) - Constructor for exception org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
U
- unwrap(Class<T>) - Method in class org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement
V
- valueOf(String) - Static method in enum org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wso2.carbon.database.utils.jdbc.JdbcConstants.ErrorCodes
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withTransaction(ExecuteCallable<T>) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
-
Provides the transaction support for the JDBC executions of the template.
- withTransaction(NamedExecuteCallable<T>) - Method in class org.wso2.carbon.database.utils.jdbc.NamedJdbcTemplate
-
Provides the transaction support for the JDBC executions of the template.
All Classes All Packages