Package | Description |
---|---|
com.glyart.mystral.database |
Contains the implementations of the main functionalities of this library.
|
com.glyart.mystral.datasource |
Contains some utilities for managing
DataSource objects. |
com.glyart.mystral.sql |
Contains interfaces used by
DataOperations and AsyncDataOperations implementations. |
com.glyart.mystral.sql.impl |
Contains basic implementations of the
com.glyart.mystral.sql package. |
Class and Description |
---|
AsyncDataOperations
Represents a basic set of asynchronous operations to interact with a data source.
|
BatchSetter
Represents a batch update callback interface used by the
Database class. |
DataOperations
Represents a basic set of synchronous operations to interact with a data source.
|
ParametrizedBatchSetter
Represents a callback interface used by the
Database class for executing batch updates. |
PreparedStatementCreator
Represents a callback interface used by multiple methods of the
Database class. |
PreparedStatementFunction
Represents a callback interface for code that operates on a PreparedStatement.
|
PreparedStatementSetter
Represents a callback interface used by
Database . |
ResultSetExtractor
Represents a callback interface used by
Database 's query methods. |
ResultSetRowMapper
Represents an interface used to map rows of a
ResultSet . |
StatementFunction
Represents a callback interface for SQL statements.
|
Class and Description |
---|
AsyncDataOperations
Represents a basic set of asynchronous operations to interact with a data source.
|
Class and Description |
---|
BatchSetter
Represents a batch update callback interface used by the
Database class. |
ParametrizedBatchSetter
Represents a callback interface used by the
Database class for executing batch updates. |
PreparedStatementCreator
Represents a callback interface used by multiple methods of the
Database class. |
PreparedStatementFunction
Represents a callback interface for code that operates on a PreparedStatement.
|
PreparedStatementSetter
Represents a callback interface used by
Database . |
ResultSetExtractor
Represents a callback interface used by
Database 's query methods. |
ResultSetRowMapper
Represents an interface used to map rows of a
ResultSet . |
StatementFunction
Represents a callback interface for SQL statements.
|
Class and Description |
---|
BatchSetter
Represents a batch update callback interface used by the
Database class. |
PreparedStatementCreator
Represents a callback interface used by multiple methods of the
Database class. |
PreparedStatementSetter
Represents a callback interface used by
Database . |
ResultSetExtractor
Represents a callback interface used by
Database 's query methods. |
ResultSetRowMapper
Represents an interface used to map rows of a
ResultSet . |
SqlProvider
Represents an interface to be implemented by objects which can provide SQL strings.
|
StatementFunction
Represents a callback interface for SQL statements.
|
Copyright © 2021. All rights reserved.