Uses of Class
com.jk.core.exceptions.JKDataAccessException
Packages that use JKDataAccessException
Package
Description
-
Uses of JKDataAccessException in com.jk.core.exceptions
Methods in com.jk.core.exceptions with parameters of type JKDataAccessExceptionModifier and TypeMethodDescriptionvoidJKDataAccessException.add(JKDataAccessException e) This method adds the specified error to a collection of data access-related errors that have occurred during the execution of the error that resulted in thisJKDataAccessException. -
Uses of JKDataAccessException in com.jk.data.dataaccess.core
Methods in com.jk.data.dataaccess.core that throw JKDataAccessExceptionModifier and TypeMethodDescriptionintThis method executes a database operation with the provided SQL statement and optional parameters.JKDataAccessImpl.executeUpdate(JKUpdater updater) This method executes a database update operation using aJKUpdaterand returns the result.protected LongJKDataAccessImpl.getNextId(Connection connectoin, String tableName, String fieldName) This method is used to obtain the next available ID for a specific table and field in the database. -
Uses of JKDataAccessException in com.jk.data.datasource
Methods in com.jk.data.datasource that throw JKDataAccessExceptionModifier and TypeMethodDescriptionvoidJKSession.close()This method closes the session.voidJKSession.close(boolean commit) This method closes the session and performs a commit or roll-back operation based on the specified parameter.Constructors in com.jk.data.datasource that throw JKDataAccessExceptionModifierConstructorDescriptionJKSession(JKDataSource connectionManager) This method constructs a newJKSessionusing the provided connection manager. -
Uses of JKDataAccessException in com.jk.data.datasource.impl
Methods in com.jk.data.datasource.impl that throw JKDataAccessExceptionModifier and TypeMethodDescriptionJKAbstractDataSource.getConnection()This method gets a database connection.JKAbstractDataSource.getQueryConnection()This method gets a query-specific database connection. -
Uses of JKDataAccessException in com.jk.data.dynamic.paging
Subclasses of JKDataAccessException in com.jk.data.dynamic.pagingModifier and TypeClassDescriptionclassThis class represents exceptions thrown to indicate that a paging error occurred within the application. -
Uses of JKDataAccessException in com.jk.data.exceptions
Subclasses of JKDataAccessException in com.jk.data.exceptionsModifier and TypeClassDescriptionclassThis class represents exception thrown when a data access operation returns more rows than expected.classThis class represents exceptions thrown to indicate that an error occurred within the application.classThis class represents exceptions thrown to indicate that an error occurred within the application.