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
EnhancedPreparedStatement
instances. - enableLogging(EnhancedPreparedStatement.StatementLogger, BooleanSupplier, boolean) - Static method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementImpl
-
Enables the logging output for the
EnhancedPreparedStatement
instances. - 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
ParameterMetaData
that 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
String
enclosed in single quotes. - enquoteLiteral(String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Returns a
String
enclosed in single quotes. - enquoteNCharLiteral(String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Returns a
String
representing 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
String
representing 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
error
record component. - error() - Method in record class org.tquadrat.foundation.sql.DatabaseUtils.ExecStatus
-
Returns the value of the
error
record 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
ExecStatus
instance. - execute() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL statement in this
PreparedStatement
object, which may be any kind of SQL statement. - execute() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL statement in this
PreparedStatement
object, 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
EnhancedPreparedStatement
instance. - executeLargeUpdate() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL statement in this
EnhancedPreparedStatement
instance. - executeQuery() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL query in this
PreparedStatement
object and returns theResultSet
object generated by the query. - executeQuery() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL query in this
PreparedStatement
object and returns theResultSet
object generated by the query. - executeUpdate() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Executes the SQL statement in this
EnhancedPreparedStatement
instance. - executeUpdate() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Executes the SQL statement in this
EnhancedPreparedStatement
instance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form