- init(String, String, String) - Method in class ra.util.logging.LogRecord
-
initialize.
- inMemory() - Method in class ra.db.parameter.H2Parameters.Builder
-
In-memory mode.
- insert(String) - Method in class ra.db.JdbcExecutor
-
Return the last id after executing SQL statement.
- insert(String) - Method in class ra.db.JdbcExecutor.Transaction
-
The auto-generated keys generated by this Statement object should be available for use in SQL
statements that are INSERT statements.
- insert(String) - Method in interface ra.db.StatementExecutor
-
Return the last id after executing SQL statement.
- int64(Long) - Static method in class ra.db.ParameterValue
-
Creates a ParameterValue
object with a type of Long.
- int64(Integer) - Static method in class ra.db.ParameterValue
-
Creates a ParameterValue
object with a type of Integer.
- interval() - Method in interface ra.db.KeepAlive
-
Keep-alive interval time.
- interval() - Method in interface ra.db.KeepAvailable
-
- IntReference - Class in ra.ref
-
Integer type of reference.
- IntReference(int) - Constructor for class ra.ref.IntReference
-
Initialize.
- IntReference() - Constructor for class ra.ref.IntReference
-
Initialize.
- isBof() - Method in interface ra.db.record.RecordCursor
-
Verify whether first record.
- isBof() - Method in class ra.db.record.RecordSet
-
Is the current row index equal first index.
- isClose() - Method in class ra.net.nio.DataSocket
-
Whether connection has closed.
- isConnected() - Method in class ra.net.nio.DataSocket
-
Whether connection has connected.
- isEof() - Method in interface ra.db.record.RecordCursor
-
Verify whether end of the record.
- isEof() - Method in class ra.db.record.RecordSet
-
is the current row index equal end index.
- isLeftNull() - Method in class ra.ref.BiReference
-
Returns the left whether is null.
- isLenient() - Method in class ra.util.SimpleDateFormatThreadSafe
-
See DateFormat.isLenient()
.
- isLive() - Method in class ra.db.connection.ConcurrentConnection
-
- isLive() - Method in class ra.db.connection.OnceConnection
-
- isLive() - Method in class ra.db.connection.OriginalConnection
-
- isLive() - Method in interface ra.db.DatabaseConnection
-
Returns database state whether available.
- isLive() - Method in class ra.db.JdbcExecutor
-
- isLive() - Method in interface ra.db.StatementExecutor
-
Returns database state whether available.
- isNotLeftNull() - Method in class ra.ref.BiReference
-
Returns the left whether not null.
- isNotNull() - Method in class ra.ref.Reference
-
Returns the value whether not null.
- isNotRightNull() - Method in class ra.ref.BiReference
-
Returns the left whether not null.
- isNull() - Method in class ra.db.record.LastInsertId
-
- isNull(String) - Method in interface ra.db.record.RecordCursor
-
If the query database specifies a field name and its value is null, it will return null.
- isNull(String) - Method in class ra.db.record.RecordSet
-
If the query database specifies a field name and its value is null, it will return null.
- isNull(String) - Method in class ra.db.record.Row
-
Checking database null equals the value of that column`s value by the column`s name.
- isNull(String) - Method in interface ra.db.record.RowSet
-
Gets value uses the specific column name.
- isNull() - Method in class ra.ref.Reference
-
Returns the value whether is null.
- Iso8601 - Class in ra.util
-
Helper class for handling a most common subset of ISO 8601 strings (in the following format:
"2008-03-01T13:00:00+01:00").
- Iso8601() - Constructor for class ra.util.Iso8601
-
- isRightNull() - Method in class ra.ref.BiReference
-
Returns the right whether is null.
- isRun() - Method in class ra.net.MessageReceiver
-
Returns running state.
- isSendClose() - Method in class ra.net.nio.Sender
-
Returns send close of the flag.
- isValidAuth(String, String) - Static method in class ra.server.basis.CommandsVerification
-
Verify command and authorization.