Uses of Class
org.xipki.datasource.DataAccessException
-
-
Uses of DataAccessException in org.xipki.datasource
Methods in org.xipki.datasource that return DataAccessException Modifier and Type Method Description DataAccessExceptionDataSourceWrapper. translate(String sql, SQLException ex)Methods in org.xipki.datasource that throw DataAccessException Modifier and Type Method Description voidDataSourceWrapper. addForeignKeyConstraint(Connection conn, String constraintName, String baseTable, String baseColumn, String referencedTable, String referencedColumn, String onDeleteAction, String onUpdateAction)voidDataSourceWrapper. addPrimaryKey(Connection conn, String primaryKeyName, String table, String... columns)voidDataSourceWrapper. addUniqueConstrain(Connection conn, String constraintName, String table, String... columns)booleanDataSourceWrapper. columnExists(Connection conn, String table, String column, Object value)voidDataSourceWrapper. createIndex(Connection conn, String indexName, String table, String... columns)voidDataSourceWrapper. createSequence(String sequenceName, long startValue)StatementDataSourceWrapper. createStatement()StatementDataSourceWrapper. createStatement(Connection conn)voidDataSourceWrapper. deleteFromTableWithException(Connection conn, String table, String idColumn, long id)voidDataSourceWrapper. dropAndCreateSequence(String sequenceName, long startValue)voidDataSourceWrapper. dropForeignKeyConstraint(Connection conn, String constraintName, String baseTable)voidDataSourceWrapper. dropIndex(Connection conn, String table, String indexName)voidDataSourceWrapper. dropPrimaryKey(Connection conn, String primaryKeyName, String table)voidDataSourceWrapper. dropSequence(String sequenceName)voidDataSourceWrapper. dropUniqueConstrain(Connection conn, String constraintName, String table)ConnectionDataSourceWrapper. getConnection()intDataSourceWrapper. getCount(Connection conn, String table)IntegerDataSourceWrapper. getFirstIntValue(Connection conn, String table, String column, String criteria)LongDataSourceWrapper. getFirstLongValue(Connection conn, String table, String column, String criteria)StringDataSourceWrapper. getFirstStringValue(Connection conn, String table, String column, String criteria)longDataSourceWrapper. getMax(Connection conn, String table, String column)longDataSourceWrapper. getMax(Connection conn, String table, String column, String condition)longDataSourceWrapper. getMin(Connection conn, String table, String column)longDataSourceWrapper. getMin(Connection conn, String table, String column, String condition)protected StringDataSourceWrapper. getSqlToDropForeignKeyConstraint(String constraintName, String baseTable)longDataSourceWrapper. nextSeqValue(Connection conn, String sequenceName)PreparedStatementDataSourceWrapper. prepareStatement(String sqlQuery)PreparedStatementDataSourceWrapper. prepareStatement(Connection conn, String sqlQuery)booleanDataSourceWrapper. tableExists(Connection conn, String table)booleanDataSourceWrapper. tableHasColumn(Connection conn, String table, String column)
-