- enableClearQueue(boolean) - Method in class ra.net.NetSocketWriterKeep.Builder
-
Whether to enable clearing of cached messages after disconnection.
- enableClearQueue(boolean) - Method in class ra.net.SendProcessorKeep
-
Whether to allow the check message to be cleared after disconnection.
- enableDateFormat() - Method in class ra.util.logging.LogRecord
-
Enable add the head(Date-time information) when write log into Log file.
- end() - Method in interface ra.db.record.RecordCursor
-
Last record.
- end() - Method in class ra.db.record.RecordSet
-
Change the current row index to the end index.
- END_PACKAGE - Static variable in interface ra.net.nio.DataPackageProtocol
-
End package.
- equals(Object) - Method in class ra.util.SimpleDateFormatThreadSafe
-
- EscapeString - Class in ra.util.sql
-
Ray Li(modified)
- EscapeString() - Constructor for class ra.util.sql.EscapeString
-
- estimateSize() - Method in class ra.db.record.RecordSpliterator
-
- executeQuery(String) - Method in class ra.db.JdbcExecutor
-
Execute query, ex : SELECT * FROM table.
- executeQuery(String) - Method in class ra.db.JdbcExecutor.Transaction
-
Execute a query SQL using a batch.
- executeQuery(String) - Method in interface ra.db.StatementExecutor
-
Executes the given SQL statement, which returns a single RecordCursor object.
- executeTransaction(TransactionExecutor) - Method in class ra.db.JdbcExecutor
-
Transaction.
- executeTransaction(TransactionExecutor) - Method in interface ra.db.StatementExecutor
-
Execute SQL statements.
- executeUpdate(String) - Method in class ra.db.JdbcExecutor
-
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL
statement that returns nothing, such as an SQL DDL statement.
- executeUpdate(String) - Method in class ra.db.JdbcExecutor.Transaction
-
Execute a SQL using a batch.
- executeUpdate(String) - Method in interface ra.db.StatementExecutor
-
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL
statement that returns nothing, such as an SQL DDL statement.