Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- enableLogging(EnhancedPreparedStatement.StatementLogger, BooleanSupplier, boolean) - Static method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Enables the logging output for the
EnhancedPreparedStatementinstances. - enableLogging(EnhancedPreparedStatement.StatementLogger, BooleanSupplier, boolean) - Static method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementImpl
-
Enables the logging output for the
EnhancedPreparedStatementinstances. - endRequest() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- EnhancedPreparedStatement - Interface in org.tquadrat.foundation.sql
-
The definition of an enhanced
PreparedStatement. - EnhancedPreparedStatement.StatementLogger - Interface in org.tquadrat.foundation.sql
-
The definition of logger method for a
PreparedStatement. - EnhancedPreparedStatementBase - Class in org.tquadrat.foundation.sql.internal
-
The base class for implementations of
EnhancedPreparedStatement. - EnhancedPreparedStatementBase(String, PreparedStatement, Map<String, int[]>) - Constructor for class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Creates a new instance of
EnhancedPreparedStatementBase. - EnhancedPreparedStatementBase.ParameterMetaDataImpl - Class in org.tquadrat.foundation.sql.internal
-
The base class for a variant of
ParameterMetaDatathat is used byEnhancedPreparedStatement. - EnhancedPreparedStatementImpl - Class in org.tquadrat.foundation.sql.internal
-
The implementation for
EnhancedPreparedStatement. - EnhancedPreparedStatementImpl(String, PreparedStatement, Map<String, int[]>) - Constructor for class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementImpl
-
Creates a new instance of
EnhancedPreparedStatementImpl. - enquoteIdentifier(String, boolean) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Returns a SQL identifier.
- enquoteIdentifier(String, boolean) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Returns a SQL identifier.
- enquoteLiteral(String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Returns a
Stringenclosed in single quotes. - enquoteLiteral(String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Returns a
Stringenclosed in single quotes. - enquoteNCharLiteral(String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Returns a
Stringrepresenting a National Character Set Literal enclosed in single quotes and prefixed with a upper case letterN. - enquoteNCharLiteral(String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Returns a
Stringrepresenting a National Character Set Literal enclosed in single quotes and prefixed with a upper case letterN. - equals(Object) - Method in record class org.tquadrat.foundation.sql.DatabaseUtils.ExecStatus
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.tquadrat.foundation.sql.internal.StatementValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.tquadrat.foundation.sql.internal.StatementVariable
-
Indicates whether some other object is "equal to" this one.
- error - Variable in record class org.tquadrat.foundation.sql.DatabaseUtils.ExecStatus
-
The field for the
errorrecord component. - error() - Method in record class org.tquadrat.foundation.sql.DatabaseUtils.ExecStatus
-
Returns the value of the
errorrecord component. - estimateSize() - Method in class org.tquadrat.foundation.sql.internal.ResultSetSpliterator
- ExecStatus(String, SQLException) - Constructor for record class org.tquadrat.foundation.sql.DatabaseUtils.ExecStatus
-
Creates a new
ExecStatusinstance. - execute() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL statement in this
PreparedStatementobject, which may be any kind of SQL statement. - execute() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL statement in this
PreparedStatementobject, which may be any kind of SQL statement. - execute(Connection, String...) - Static method in class org.tquadrat.foundation.sql.DatabaseUtils
-
Executes the given list of commands on the given database connection.
- execute(Connection, List<String>) - Static method in class org.tquadrat.foundation.sql.DatabaseUtils
-
Executes the given list of commands on the given database connection.
- executeBatch() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeBatch() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeLargeBatch() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeLargeBatch() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
- executeLargeUpdate() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL statement in this
EnhancedPreparedStatementinstance. - executeLargeUpdate() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL statement in this
EnhancedPreparedStatementinstance. - executeQuery() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL query in this
PreparedStatementobject and returns theResultSetobject generated by the query. - executeQuery() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL query in this
PreparedStatementobject and returns theResultSetobject generated by the query. - executeUpdate() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL statement in this
EnhancedPreparedStatementinstance. - executeUpdate() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL statement in this
EnhancedPreparedStatementinstance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
