Skip navigation links
D E F G I J M O P Q R S T V W 

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, Throwable) - 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(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
 
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

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.
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, 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
 
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>, 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>) - 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>, 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(String, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
Executes the jdbc update query and returns nothing.
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, QueryFilter) - Method in class org.wso2.carbon.database.utils.jdbc.Template
Executes the jdbc update query and returns nothing.
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.

F

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.

G

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.TransactionEntry
 
getConvertedAutoGeneratedColumnName(String, String) - Static method in class org.wso2.carbon.database.utils.jdbc.JdbcUtils
 
getDriverName() - Method in class org.wso2.carbon.database.utils.jdbc.JdbcTemplate
 
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
 
getTransactionDepth() - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
 

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.

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
 

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

setAutoCommitState(boolean) - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
 
setConnection(Connection) - Method in class org.wso2.carbon.database.utils.jdbc.TransactionEntry
 
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
 

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, Throwable) - 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
 

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.
D E F G I J M O P Q R S T V W 
Skip navigation links

Copyright © 2018 WSO2. All rights reserved.