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 TypeMethodDescriptionvoid
JKDataAccessException.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 TypeMethodDescriptionint
This 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 aJKUpdater
and returns the result.protected Long
JKDataAccessImpl.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 TypeMethodDescriptionvoid
JKSession.close()
This method closes the session.void
JKSession.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 newJKSession
using 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This class represents exception thrown when a data access operation returns more rows than expected.class
This class represents exceptions thrown to indicate that an error occurred within the application.class
This class represents exceptions thrown to indicate that an error occurred within the application.