- Ed25519FieldElement - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519
-
Class to represent a field element of the finite field $p = 2^{255} - 19$ elements.
- Ed25519FieldElement(Field, int[]) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
-
Creates a field element.
- Ed25519LittleEndianEncoding - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519
-
Helper class for encoding/decoding from/to the 32 byte representation.
- Ed25519LittleEndianEncoding() - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519LittleEndianEncoding
-
- Ed25519PasswordPlugin - Class in com.singlestore.jdbc.plugin.authentication.standard
-
- Ed25519PasswordPlugin() - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.Ed25519PasswordPlugin
-
- Ed25519ScalarOps - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519
-
Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add
plus reduce operation.
- Ed25519ScalarOps() - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519ScalarOps
-
- ED_25519 - Static variable in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
-
- ED_25519_CURVE_SPEC - Static variable in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
-
- EdDSAGenParameterSpec - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec
-
Implementation of AlgorithmParameterSpec that holds the name of a named EdDSA curve
specification.
- EdDSAGenParameterSpec(String) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAGenParameterSpec
-
- EdDSANamedCurveSpec - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec
-
EdDSA Curve specification that can also be referred to by name.
- EdDSANamedCurveSpec(String, Curve, String, ScalarOps, GroupElement) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveSpec
-
- EdDSANamedCurveTable - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec
-
The named EdDSA curves.
- EdDSANamedCurveTable() - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
-
- EdDSAParameterSpec - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec
-
Parameter specification for an EdDSA algorithm.
- EdDSAParameterSpec(Curve, String, ScalarOps, GroupElement) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
-
- EdDSAPrivateKeySpec - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec
-
- EdDSAPrivateKeySpec(byte[], EdDSAParameterSpec) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- EdDSAPrivateKeySpec(EdDSAParameterSpec, byte[]) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
Initialize directly from the hash.
- EdDSAPrivateKeySpec(byte[], byte[], byte[], GroupElement, EdDSAParameterSpec) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- EdDSAPublicKeySpec - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec
-
- EdDSAPublicKeySpec(byte[], EdDSAParameterSpec) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPublicKeySpec
-
- EdDSAPublicKeySpec(GroupElement, EdDSAParameterSpec) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPublicKeySpec
-
- EIGHT - Variable in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- enabledSslCipherSuites(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- enabledSslCipherSuites() - Method in class com.singlestore.jdbc.Configuration
-
- enabledSslProtocolSuites(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- enabledSslProtocolSuites() - Method in class com.singlestore.jdbc.Configuration
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.AuthMoreRawPacket
-
- encode(PacketWriter, Context, PrepareResultPacket) - Method in class com.singlestore.jdbc.message.client.BulkExecutePacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.ChangeDbPacket
-
- encode(PacketWriter, Context) - Method in interface com.singlestore.jdbc.message.client.ClientMessage
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.ClosePreparePacket
-
COM_STMT_CLOSE packet.
- encode(PacketWriter, Context, PrepareResultPacket) - Method in class com.singlestore.jdbc.message.client.ExecutePacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.HandshakeResponse
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.LongDataPacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.PingPacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.PreparePacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.QueryPacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.QueryWithParametersPacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.QuitPacket
-
- encode(PacketWriter, Context, PrepareResultPacket) - Method in interface com.singlestore.jdbc.message.client.RedoableClientMessage
-
- encode(PacketWriter, Context) - Method in interface com.singlestore.jdbc.message.client.RedoableWithPrepareClientMessage
-
- encode(PacketWriter, Context, PrepareResultPacket) - Method in interface com.singlestore.jdbc.message.client.RedoableWithPrepareClientMessage
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.ResetPacket
-
- encode(PacketWriter, Context) - Method in class com.singlestore.jdbc.message.client.SslRequestPacket
-
- encode(FieldElement) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519LittleEndianEncoding
-
Encodes a given field element in its 32 byte representation.
- encode(FieldElement) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Encoding
-
Encode a FieldElement in its $(b-1)$-bit encoding.
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BigDecimalCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BigIntegerCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BitSetCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BlobCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BooleanCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ByteArrayCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ByteCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ClobCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.DateCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.DoubleCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.DurationCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.FloatCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.InstantCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.IntCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LineStringCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LocalDateCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LocalDateTimeCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LocalTimeCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LongCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.OffsetDateTimeCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.PointCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.PolygonCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ReaderCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ShortCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.StreamCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.StringCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.TimeCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.TimestampCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.UuidCodec
-
- encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ZonedDateTimeCodec
-
- encodeData(Blob, Long) - Method in class com.singlestore.jdbc.codec.list.BlobCodec
-
- encodeData(Clob, Long) - Method in class com.singlestore.jdbc.codec.list.ClobCodec
-
- encodeData(Reader, Long) - Method in class com.singlestore.jdbc.codec.list.ReaderCodec
-
- encodeData(InputStream, Long) - Method in class com.singlestore.jdbc.codec.list.StreamCodec
-
- encodeLongData(PacketWriter, Blob, Long) - Method in class com.singlestore.jdbc.codec.list.BlobCodec
-
- encodeLongData(PacketWriter, Clob, Long) - Method in class com.singlestore.jdbc.codec.list.ClobCodec
-
- encodeLongData(PacketWriter, Reader, Long) - Method in class com.singlestore.jdbc.codec.list.ReaderCodec
-
- encodeLongData(PacketWriter, InputStream, Long) - Method in class com.singlestore.jdbc.codec.list.StreamCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BigDecimalCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BigIntegerCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BitSetCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BlobCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.BooleanCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ByteArrayCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ByteCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ClobCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.DateCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.DoubleCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.DurationCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.FloatCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.InstantCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.IntCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LineStringCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LocalDateCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LocalDateTimeCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LocalTimeCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.LongCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.OffsetDateTimeCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.PointCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.PolygonCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ReaderCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ShortCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.StreamCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.StringCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.TimeCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.TimestampCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.UuidCodec
-
- encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class com.singlestore.jdbc.codec.list.ZonedDateTimeCodec
-
- Encoding - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math
-
Common interface for all $(b-1)$-bit encodings of elements of EdDSA finite fields.
- Encoding() - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Encoding
-
- encryptPassword(CharSequence, byte[]) - Static method in class com.singlestore.jdbc.plugin.authentication.standard.NativePasswordPlugin
-
Encrypts a password.
- ensureReplayable(Context) - Method in class com.singlestore.jdbc.message.client.ExecutePacket
-
- ensureReplayable(Context) - Method in class com.singlestore.jdbc.message.client.QueryWithParametersPacket
-
- ensureReplayable(Context) - Method in interface com.singlestore.jdbc.message.client.RedoableClientMessage
-
- ENUM - Static variable in class com.singlestore.jdbc.util.constants.ColumnFlags
-
- EnvCredentialPlugin - Class in com.singlestore.jdbc.plugin.credential.env
-
Authentication using environment variable.
- EnvCredentialPlugin() - Constructor for class com.singlestore.jdbc.plugin.credential.env.EnvCredentialPlugin
-
- EofPacket - Class in com.singlestore.jdbc.message.server
-
- EofPacket(ReadableByteBuf, Context) - Constructor for class com.singlestore.jdbc.message.server.EofPacket
-
- equal(int, int) - Static method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.Utils
-
Constant-time byte comparison.
- equal(byte[], byte[]) - Static method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.Utils
-
Constant-time byte[] comparison.
- equals(Object) - Method in class com.singlestore.jdbc.BlobImpl
-
- equals(Object) - Method in class com.singlestore.jdbc.Configuration
-
- equals(Object) - Method in class com.singlestore.jdbc.HostAddress
-
- equals(Object) - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- equals(Object) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Curve
-
- equals(Object) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
-
- equals(Object) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- equals(Object) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
- equals(Object) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
-
- equals(Object) - Method in class com.singlestore.jdbc.SingleStoreClob
-
- equals(Object) - Method in class com.singlestore.jdbc.SingleStoreXid
-
Equal implementation.
- equals(Object) - Method in class com.singlestore.jdbc.type.LineString
-
- equals(Object) - Method in class com.singlestore.jdbc.type.Point
-
- equals(Object) - Method in class com.singlestore.jdbc.type.Polygon
-
- equals(Object) - Method in class com.singlestore.jdbc.util.log.ConsoleLogger.ConsoleLoggerKey
-
- error(String) - Method in class com.singlestore.jdbc.util.log.ConsoleLogger
-
- error(String, Object...) - Method in class com.singlestore.jdbc.util.log.ConsoleLogger
-
- error(String, Throwable) - Method in class com.singlestore.jdbc.util.log.ConsoleLogger
-
- error(String) - Method in class com.singlestore.jdbc.util.log.JdkLogger
-
- error(String, Object...) - Method in class com.singlestore.jdbc.util.log.JdkLogger
-
- error(String, Throwable) - Method in class com.singlestore.jdbc.util.log.JdkLogger
-
- error(String) - Method in interface com.singlestore.jdbc.util.log.Logger
-
- error(String, Object...) - Method in interface com.singlestore.jdbc.util.log.Logger
-
- error(String, Throwable) - Method in interface com.singlestore.jdbc.util.log.Logger
-
- error(String) - Method in class com.singlestore.jdbc.util.log.Slf4JLogger
-
- error(String, Object...) - Method in class com.singlestore.jdbc.util.log.Slf4JLogger
-
- error(String, Throwable) - Method in class com.singlestore.jdbc.util.log.Slf4JLogger
-
- ErrorPacket - Class in com.singlestore.jdbc.message.server
-
- ErrorPacket(ReadableByteBuf, Context) - Constructor for class com.singlestore.jdbc.message.server.ErrorPacket
-
+--------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------------------------------------------------+------------------+ | 17 00 00 01 FF 10 04
54 6F 6F 20 6D 61 6E 79 20 | .......Too many | | 63 6F 6E 6E 65 63 74 69 6F 6E 73 | connections
| +--------------------------------------------------+------------------+
- escape - Variable in class com.singlestore.jdbc.Statement
-
- escapeString(String, boolean) - Static method in class com.singlestore.jdbc.DatabaseMetaData
-
Escape String.
- escapeTimeout(String) - Method in class com.singlestore.jdbc.Statement
-
- exceptionFactory - Variable in class com.singlestore.jdbc.client.result.Result
-
- exceptionFactory() - Method in class com.singlestore.jdbc.Statement
-
- ExceptionFactory - Class in com.singlestore.jdbc.util.exceptions
-
- ExceptionFactory(Configuration, HostAddress) - Constructor for class com.singlestore.jdbc.util.exceptions.ExceptionFactory
-
- ExceptionFactory.SqlExceptionFactory - Class in com.singlestore.jdbc.util.exceptions
-
- execute() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- execute(String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- execute(String, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- execute(String, int[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- execute(String, String[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- execute() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
Executes the SQL statement in this PreparedStatement object, which may be any kind
of SQL statement.
- execute() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
Executes the SQL statement in this PreparedStatement object, which may be any kind
of SQL statement.
- execute(String) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement, which may return multiple results.
- execute(String, int) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement, which may return multiple results, and signals the driver
that any auto-generated keys should be made available for retrieval.
- execute(String, int[]) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement, which may return multiple results, and signals the driver
that the auto-generated keys indicated in the given array should be made available for
retrieval.
- execute(String, String[]) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement, which may return multiple results, and signals the driver
that the auto-generated keys indicated in the given array should be made available for
retrieval.
- executeBatch() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeBatch() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
- executeBatch() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
- executeBatch() - Method in class com.singlestore.jdbc.Statement
-
Submits a batch of commands to the database for execution and if all commands execute
successfully, returns an array of update counts.
- executeInternal() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
- executeLargeBatch() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeLargeBatch() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
- executeLargeBatch() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
- executeLargeBatch() - Method in class com.singlestore.jdbc.Statement
-
Execute batch, like executeBatch(), with returning results with long[].
- executeLargeUpdate() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeLargeUpdate(String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeLargeUpdate(String, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeLargeUpdate(String, int[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeLargeUpdate(String, String[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeLargeUpdate() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
Executes the SQL statement in this PreparedStatement object, which must be an SQL
Data Manipulation Language (DML) statement, such as INSERT, UPDATE or
DELETE; or an SQL statement that returns nothing, such as a DDL statement.
- executeLargeUpdate() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
Executes the SQL statement in this PreparedStatement object, which must be an SQL
Data Manipulation Language (DML) statement, such as INSERT, UPDATE or
DELETE; or an SQL statement that returns nothing, such as a DDL statement.
- executeLargeUpdate(String) - Method in class com.singlestore.jdbc.Statement
-
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.
- executeLargeUpdate(String, int) - Method in class com.singlestore.jdbc.Statement
-
Identical to executeLargeUpdate(String sql), with a flag that indicate that autoGeneratedKeys
(primary key fields with "auto_increment") generated id's must be retrieved.
- executeLargeUpdate(String, int[]) - Method in class com.singlestore.jdbc.Statement
-
Identical to executeLargeUpdate(String sql, int autoGeneratedKeys) with autoGeneratedKeys =
Statement.RETURN_GENERATED_KEYS set.
- executeLargeUpdate(String, String[]) - Method in class com.singlestore.jdbc.Statement
-
Identical to executeLargeUpdate(String sql, int autoGeneratedKeys) with autoGeneratedKeys =
Statement.RETURN_GENERATED_KEYS set.
- ExecutePacket - Class in com.singlestore.jdbc.message.client
-
See https://mariadb.com/kb/en/com_stmt_execute/ for documentation
- ExecutePacket(PrepareResultPacket, ParameterList, String, ServerPreparedStatement) - Constructor for class com.singlestore.jdbc.message.client.ExecutePacket
-
- executeQuery() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeQuery(String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeQuery() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
Executes the SQL query in this PreparedStatement object and returns the
ResultSet object generated by the query.
- executeQuery() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
Executes the SQL query in this PreparedStatement object and returns the
ResultSet object generated by the query.
- executeQuery(String) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement, which returns a single ResultSet object.
- executeUpdate() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeUpdate(String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeUpdate(String, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeUpdate(String, int[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeUpdate(String, String[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- executeUpdate() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
Executes the SQL statement in this PreparedStatement object, which must be an SQL
Data Manipulation Language (DML) statement, such as INSERT, UPDATE or
DELETE; or an SQL statement that returns nothing, such as a DDL statement.
- executeUpdate() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
Executes the SQL statement in this PreparedStatement object, which must be an SQL
Data Manipulation Language (DML) statement, such as INSERT, UPDATE or
DELETE; or an SQL statement that returns nothing, such as a DDL statement.
- executeUpdate(String) - Method in class com.singlestore.jdbc.Statement
-
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, int) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement and signals the driver with the given flag about whether the
auto-generated keys produced by this Statement object should be made available for
retrieval.
- executeUpdate(String, int[]) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated
in the given array should be made available for retrieval.
- executeUpdate(String, String[]) - Method in class com.singlestore.jdbc.Statement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated
in the given array should be made available for retrieval.
- ExpiringCredential - Class in com.singlestore.jdbc.plugin.credential.browser
-
- ExpiringCredential(Credential, String, Instant) - Constructor for class com.singlestore.jdbc.plugin.credential.browser.ExpiringCredential
-
- generatedKeyAlwaysReturned() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- generator - Variable in class com.singlestore.jdbc.plugin.credential.browser.BrowserCredentialPlugin
-
- geometryDefaultType(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
Indicate what default Object type Geometry a resultset.getObject must return.
- geometryDefaultType() - Method in class com.singlestore.jdbc.Configuration
-
- get(String, Configuration) - Static method in class com.singlestore.jdbc.plugin.authentication.AuthenticationPluginLoader
-
Get authentication plugin from type String.
- get() - Method in class com.singlestore.jdbc.plugin.credential.aws.AwsIamCredentialPlugin
-
- get() - Method in class com.singlestore.jdbc.plugin.credential.browser.BrowserCredentialPlugin
-
- get() - Method in interface com.singlestore.jdbc.plugin.credential.CredentialPlugin
-
- get(String) - Static method in class com.singlestore.jdbc.plugin.credential.CredentialPluginLoader
-
Get current Identity plugin according to option `identityType`.
- get() - Method in class com.singlestore.jdbc.plugin.credential.env.EnvCredentialPlugin
-
- get() - Method in class com.singlestore.jdbc.plugin.credential.system.PropertiesCredentialPlugin
-
- get() - Method in class com.singlestore.jdbc.plugin.credential.token.JwtCredentialPlugin
-
- get(String) - Static method in class com.singlestore.jdbc.plugin.tls.TlsSocketPluginLoader
-
Get authentication plugin from type String.
- get2D() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Curve
-
- geta() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- getA() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- getA() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPublicKeySpec
-
- getAcceptedIssuers() - Method in class com.singlestore.jdbc.client.tls.SingleStoreX509TrustingManager
-
- getAcceptedIssuers() - Method in class com.singlestore.jdbc.client.tls.SingleStoreX509TrustManager
-
- getActiveConnections() - Method in class com.singlestore.jdbc.pool.Pool
-
- getActiveConnections() - Method in interface com.singlestore.jdbc.pool.PoolMBean
-
- getAffectedRows() - Method in class com.singlestore.jdbc.message.server.OkPacket
-
- getArray(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC
ARRAY parameter as an
Array
object in the Java programming language.
- getArray(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC
ARRAY parameter as an
Array object in the
Java programming language.
- getArray(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getArray(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getAsciiStream(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getAsciiStream(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getAsciiStream() - Method in class com.singlestore.jdbc.SingleStoreClob
-
- getAttributes(String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the given attribute of the given type for a user-defined type (UDT)
that is available in the given schema and catalog.
- getAuthenticationMethod() - Static method in class com.singlestore.jdbc.plugin.authentication.addon.gssapi.GssUtility
-
Get authentication method according to classpath.
- getAuthenticationPluginType() - Method in class com.singlestore.jdbc.message.server.InitialHandshakePacket
-
- getAutoCommit() - Method in class com.singlestore.jdbc.Connection
-
- getAvailableHost(List<HostAddress>, ConcurrentMap<HostAddress, Long>, boolean) - Method in enum com.singlestore.jdbc.util.constants.HaMode
-
- getAvailableHostInOrder(List<HostAddress>, ConcurrentMap<HostAddress, Long>, boolean) - Static method in enum com.singlestore.jdbc.util.constants.HaMode
-
- getb() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- getB() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
- getBigDecimal(int, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
- getBigDecimal(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC NUMERIC parameter as a
java.math.BigDecimal object with as many digits to the right of the decimal point as the
value contains.
- getBigDecimal(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal
object with as many digits to the right of the decimal point as the value contains.
- getBigDecimal(int, int) - Method in class com.singlestore.jdbc.client.result.Result
-
Deprecated.
- getBigDecimal(String, int) - Method in class com.singlestore.jdbc.client.result.Result
-
Deprecated.
- getBigDecimal(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBigDecimal(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBigInteger(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBigInteger(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.BigDecimalCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.BigIntegerCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.BitSetCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.BlobCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.BooleanCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.ByteArrayCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.ByteCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.ClobCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.DateCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.DoubleCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.DurationCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.FloatCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.InstantCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.IntCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.LineStringCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.LocalDateCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.LocalDateTimeCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.LocalTimeCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.LongCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.OffsetDateTimeCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.PointCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.PolygonCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.ReaderCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.ShortCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.StreamCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.StringCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.TimeCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.TimestampCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.UuidCodec
-
- getBinaryEncodeType() - Method in class com.singlestore.jdbc.codec.list.ZonedDateTimeCodec
-
- getBinaryStream() - Method in class com.singlestore.jdbc.BlobImpl
-
Retrieves the BLOB value designated by this Blob instance as a
stream.
- getBinaryStream(long, long) - Method in class com.singlestore.jdbc.BlobImpl
-
Returns an InputStream object that contains a partial Blob value,
starting with the byte specified by pos, which is length bytes in length.
- getBinaryStream(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBinaryStream(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBlob(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC
BLOB parameter as a
Blob object
in the Java programming language.
- getBlob(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC
BLOB parameter as a
Blob object in the Java
programming language.
- getBlob(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBlob(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBoolean(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter
as a boolean in the Java programming language.
- getBoolean(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a
boolean in the Java programming language.
- getBoolean(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBoolean(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBranchQualifier() - Method in class com.singlestore.jdbc.SingleStoreXid
-
- getByName(String) - Static method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
-
- getByte(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC TINYINT parameter as a byte
in the Java programming language.
- getByte(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java
programming language.
- getByte(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getByte(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBytes(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC BINARY or VARBINARY
parameter as an array of byte values in the Java programming language.
- getBytes(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an
array of byte values in the Java programming language.
- getBytes(long, int) - Method in class com.singlestore.jdbc.BlobImpl
-
Retrieves all or part of the BLOB value that this Blob object
represents, as an array of bytes.
- getBytes(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getBytes(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getCapabilities() - Method in class com.singlestore.jdbc.message.server.InitialHandshakePacket
-
- getCatalog() - Method in class com.singlestore.jdbc.Connection
-
- getCatalogName(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Get the designated column's table's schema.
- getCatalogs() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getCatalogSeparator() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getCatalogTerm() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getCertificateChain(String) - Method in class com.singlestore.jdbc.client.tls.SingleStoreX509KeyManager
-
- getCharacterStream(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated parameter as a java.io.Reader object in the
Java programming language.
- getCharacterStream(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated parameter as a java.io.Reader object in the
Java programming language.
- getCharacterStream(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getCharacterStream(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getCharacterStream() - Method in class com.singlestore.jdbc.SingleStoreClob
-
- getCharacterStream(long, long) - Method in class com.singlestore.jdbc.SingleStoreClob
-
Returns a Reader object that contains a partial Clob value, starting with the character
specified by pos, which is length characters in length.
- getClient() - Method in class com.singlestore.jdbc.Connection
-
- getClientAliases(String, Principal[]) - Method in class com.singlestore.jdbc.client.tls.SingleStoreX509KeyManager
-
- getClientInfo(String) - Method in class com.singlestore.jdbc.Connection
-
- getClientInfo() - Method in class com.singlestore.jdbc.Connection
-
- getClientInfoProperties() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a list of the client info properties that the driver supports.
- getClob(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob
object in the Java programming language.
- getClob(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob
object in the Java programming language.
- getClob(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getClob(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getColumn() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getColumnAlias() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getColumnClassName(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Returns the fully-qualified name of the Java class whose instances are manufactured if the
method ResultSet.getObject is called to retrieve a value from the column.
- getColumnCount() - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Returns the number of columns in this ResultSet object.
- getColumnDisplaySize(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Indicates the designated column's normal maximum width in characters.
- getColumnLabel(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Gets the designated column's suggested title for use in printouts and displays.
- getColumnName(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Get the designated column's name.
- getColumnPrivileges(String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of table columns available in the specified catalog.
- getColumns() - Method in class com.singlestore.jdbc.message.server.PrepareResultPacket
-
- getColumnType(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Retrieves the designated column's SQL type.
- getColumnType(Configuration) - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getColumnTypeName(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Retrieves the designated column's database-specific type name.
- getCommand() - Method in class com.singlestore.jdbc.message.client.BulkExecutePacket
-
- getCommand() - Method in class com.singlestore.jdbc.message.client.ExecutePacket
-
- getCommand() - Method in interface com.singlestore.jdbc.message.client.RedoableWithPrepareClientMessage
-
- getConcurrency() - Method in class com.singlestore.jdbc.client.result.Result
-
- getConcurrency() - Method in class com.singlestore.jdbc.client.result.UpdatableResult
-
- getConf() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getConf() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getConf() - Method in class com.singlestore.jdbc.pool.Pool
-
- getConnection() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getConnection() - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Attempts to establish a connection with the data source that this DataSource object
represents.
- getConnection(String, String) - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Attempts to establish a connection with the data source that this DataSource object
represents.
- getConnection() - Method in class com.singlestore.jdbc.SingleStorePoolConnection
-
- getConnection() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Attempts to establish a connection with the data source that this DataSource object
represents.
- getConnection(String, String) - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Attempts to establish a connection with the data source that this DataSource object
represents.
- getConnection() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the Connection object that produced this Statement object.
- getConnectionRequests() - Method in class com.singlestore.jdbc.pool.Pool
-
- getConnectionRequests() - Method in interface com.singlestore.jdbc.pool.PoolMBean
-
- getConsoleLogFilepath() - Method in class com.singlestore.jdbc.Configuration
-
- getConsoleLogFilepath() - Static method in class com.singlestore.jdbc.util.log.Loggers
-
- getConsoleLogLevel() - Method in class com.singlestore.jdbc.Configuration
-
- getContext() - Method in class com.singlestore.jdbc.Connection
-
- getCredential(String) - Method in class com.singlestore.jdbc.plugin.credential.browser.BrowserCredentialGenerator
-
- getCredential() - Method in class com.singlestore.jdbc.plugin.credential.browser.ExpiringCredential
-
- getCredential() - Method in interface com.singlestore.jdbc.plugin.credential.browser.keyring.Keyring
-
- getCredential() - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.LinuxKeyring
-
- getCredential() - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.MacKeyring
-
- getCredential() - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.WindowsKeyring
-
- getCrossReference(String, String, String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the foreign key columns in the given foreign key table that
reference the primary key or the columns representing a unique constraint of the parent table
(could be the same or a different table).
- getCurrentRowData() - Method in class com.singlestore.jdbc.client.result.Result
-
- getCursorName() - Method in class com.singlestore.jdbc.client.result.Result
-
- getCurve() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Gets the curve of the group element.
- getCurve() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
-
- getD() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Curve
-
- getDatabase() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getDatabase() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getDatabaseMajorVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDatabaseProductName() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Return Server type.
- getDatabaseProductVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDate(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date
object.
- getDate(int, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date
object, using the given Calendar object to construct the date.
- getDate(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC DATE parameter as a java.sql.Date
object.
- getDate(String, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC DATE parameter as a java.sql.Date
object, using the given Calendar object to construct the date.
- getDate(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getDate(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getDate(int, Calendar) - Method in class com.singlestore.jdbc.client.result.Result
-
- getDate(String, Calendar) - Method in class com.singlestore.jdbc.client.result.Result
-
- getDecimals() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getDefaultCodec(Configuration) - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getDefaultCollation() - Method in class com.singlestore.jdbc.message.server.InitialHandshakePacket
-
- getDefaultTransactionIsolation() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDisplaySize() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getDouble(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC DOUBLE parameter as a double
in the Java programming language.
- getDouble(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC DOUBLE parameter as a double in the
Java programming language.
- getDouble(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getDouble(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getDriverMajorVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDriverMinorVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDriverName() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getDriverVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getEmail() - Method in class com.singlestore.jdbc.plugin.credential.browser.ExpiringCredential
-
- getEncoding() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- getErrorCode() - Method in class com.singlestore.jdbc.message.server.ErrorPacket
-
- getExceptionFactory() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getExceptionFactory() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getExceptionFactory() - Method in class com.singlestore.jdbc.Connection
-
- getExpiration() - Method in class com.singlestore.jdbc.plugin.credential.browser.ExpiringCredential
-
- getExportedKeys(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the foreign key columns that reference the given table's primary key
columns (the foreign keys exported by a table).
- getExtraNameCharacters() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getExtTypeName() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getFetchDirection() - Method in class com.singlestore.jdbc.client.result.Result
-
- getFetchDirection() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the direction for fetching rows from database tables that is the default for result
sets generated from this Statement object.
- getFetchSize() - Method in class com.singlestore.jdbc.client.result.CompleteResult
-
- getFetchSize() - Method in class com.singlestore.jdbc.client.result.StreamingResult
-
- getFetchSize() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the number of result set rows that is the default fetch size for ResultSet
objects generated from this Statement object.
- getField() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Curve
-
- getFieldOrder() - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket.SockAddr
-
- getFieldOrder() - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.WindowsKeyring.WindowsCredential
-
- getFlags() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getFloat(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC FLOAT parameter as a float
in the Java programming language.
- getFloat(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC FLOAT parameter as a float in the Java
programming language.
- getFloat(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getFloat(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getFormatId() - Method in class com.singlestore.jdbc.SingleStoreXid
-
- getFunctionColumns(String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the given catalog's system or user function parameters and return
type.
- getFunctions(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the system and user functions available in the given catalog.
- getGeneratedKeys() - Method in class com.singlestore.jdbc.Statement
-
Retrieves any auto-generated keys created as a result of executing this Statement
object.
- getGlobalTransactionId() - Method in class com.singlestore.jdbc.SingleStoreXid
-
- getH() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- getHashAlgorithm() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
-
- getHoldability() - Method in class com.singlestore.jdbc.client.result.Result
-
- getHoldability() - Method in class com.singlestore.jdbc.Connection
-
- getI() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Curve
-
- getIdentifierQuoteString() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getIdleConnections() - Method in class com.singlestore.jdbc.pool.Pool
-
- getIdleConnections() - Method in interface com.singlestore.jdbc.pool.PoolMBean
-
- getImportedKeys(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the primary key columns that are referenced by the given table's
foreign key columns (the primary keys imported by a table).
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the given table's indices and statistics.
- getInputStream() - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- getInputStream() - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- getInt(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC INTEGER parameter as an int
in the Java programming language.
- getInt(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC INTEGER parameter as an int in the Java
programming language.
- getInt(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getInt(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getJDBCMajorVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getJDBCMinorVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getLargeMaxRows() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object
can contain.
- getLargeUpdateCount() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the current result as an update count; if the result is a ResultSet object or there
are no more results, -1 is returned.
- getLastInsertId() - Method in class com.singlestore.jdbc.message.server.OkPacket
-
- getLastUsed() - Method in class com.singlestore.jdbc.pool.InternalPoolConnection
-
Indicate last time this pool connection has been used.
- getLength() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getLevel() - Method in enum com.singlestore.jdbc.TransactionIsolation
-
- getLevel() - Method in enum com.singlestore.jdbc.util.log.ConsoleLogger.CONSOLE_LOG_LEVEL
-
- getLines() - Method in class com.singlestore.jdbc.type.Polygon
-
- getListenPath() - Method in class com.singlestore.jdbc.plugin.credential.browser.TokenWaiterServer
-
- getLogFilePath() - Method in class com.singlestore.jdbc.util.log.ConsoleLogger.ConsoleLoggerKey
-
- getLogger(String) - Static method in class com.singlestore.jdbc.util.log.Loggers
-
- getLogger(Class<?>) - Static method in class com.singlestore.jdbc.util.log.Loggers
-
- getLoginTimeout() - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Gets the maximum time in seconds that this data source can wait while attempting to connect to
a database.
- getLoginTimeout() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Gets the maximum time in seconds that this data source can wait while attempting to connect to
a database.
- getLogWriter() - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Implementation doesn't use logwriter
- getLogWriter() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Implementation doesn't use logwriter
- getLong(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC BIGINT parameter as a long
in the Java programming language.
- getLong(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC BIGINT parameter as a long in the Java
programming language.
- getLong(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getLong(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getLowercaseTableNames() - Method in class com.singlestore.jdbc.Connection
-
Are table case sensitive or not .
- getMajorVersion() - Method in class com.singlestore.jdbc.Driver
-
gets the major version of the driver.
- getMaxBinaryLiteralLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxColumnNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxColumnsInTable() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxConnections() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxCursorNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxFieldSize() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the maximum number of bytes that can be returned for character and binary column
values in a ResultSet object produced by this Statement object.
- getMaxIndexLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxLogicalLobSize() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxRows() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the maximum number of rows that a ResultSet object produced by this
Statement object can contain.
- getMaxRowSize() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxStatementLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxStatements() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxTableNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxTablesInSelect() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMaxUserNameLength() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getMessage() - Method in class com.singlestore.jdbc.message.server.ErrorPacket
-
- getMeta() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- getMetaData() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- getMetaData() - Method in class com.singlestore.jdbc.client.result.Result
-
- getMetaData() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
Retrieves a ResultSetMetaData object that contains information about the columns
of the ResultSet object that will be returned when this PreparedStatement
object is executed.
- getMetaData() - Method in class com.singlestore.jdbc.Connection
-
- getMetaData() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
Retrieves a ResultSetMetaData object that contains information about the columns
of the ResultSet object that will be returned when this PreparedStatement
object is executed.
- getMinorVersion() - Method in class com.singlestore.jdbc.Driver
-
gets the minor version of the driver.
- getMoreResults() - Method in class com.singlestore.jdbc.Statement
-
Moves to this Statement object's next result, returns true if it is a
ResultSet object, and implicitly closes any current ResultSet
object(s) obtained with the method getResultSet.
- getMoreResults(int) - Method in class com.singlestore.jdbc.Statement
-
Moves to this Statement object's next result, deals with any current
ResultSet object(s) according to the instructions specified by the given flag, and
returns true if the next result is a ResultSet object.
- getName() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAGenParameterSpec
-
- getName() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveSpec
-
- getName() - Method in class com.singlestore.jdbc.util.log.ConsoleLogger
-
- getName() - Method in class com.singlestore.jdbc.util.log.JdkLogger
-
- getName() - Method in interface com.singlestore.jdbc.util.log.Logger
-
- getName() - Method in class com.singlestore.jdbc.util.log.Slf4JLogger
-
- getNCharacterStream(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated parameter as a java.io.Reader object in the
Java programming language.
- getNCharacterStream(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated parameter as a java.io.Reader object in the
Java programming language.
- getNCharacterStream(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getNCharacterStream(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getNClob(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC NCLOB parameter as a
java.sql.NClob object in the Java programming language.
- getNClob(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob
object in the Java programming language.
- getNClob(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getNClob(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getNegativeA() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPublicKeySpec
-
- getNetworkTimeout() - Method in class com.singlestore.jdbc.Connection
-
- getNextLocalInfileInputStream() - Method in class com.singlestore.jdbc.Statement
-
- getNString(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated NCHAR, NVARCHAR or
LONGNVARCHAR parameter as a String in the Java programming language.
- getNString(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated NCHAR, NVARCHAR or
LONGNVARCHAR parameter as a String in the Java programming language.
- getNString(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getNString(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getNumericFunctions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
List of numeric functions.
- getObject(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated parameter as an Object in the Java
programming language.
- getObject(int, Map<String, Class<?>>) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Returns an object representing the value of OUT parameter parameterIndex and uses
map for the custom mapping of the parameter value.
- getObject(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a parameter as an Object in the Java programming language.
- getObject(String, Map<String, Class<?>>) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Returns an object representing the value of OUT parameter parameterName and uses
map for the custom mapping of the parameter value.
- getObject(int, Class<T>) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Returns an object representing the value of OUT parameter parameterIndex and will
convert from the SQL type of the parameter to the requested Java data type, if the conversion
is supported.
- getObject(String, Class<T>) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Returns an object representing the value of OUT parameter parameterName and will
convert from the SQL type of the parameter to the requested Java data type, if the conversion
is supported.
- getObject(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getObject(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getObject(int, Map<String, Class<?>>) - Method in class com.singlestore.jdbc.client.result.Result
-
- getObject(String, Map<String, Class<?>>) - Method in class com.singlestore.jdbc.client.result.Result
-
- getObject(int, Class<T>) - Method in class com.singlestore.jdbc.client.result.Result
-
- getObject(String, Class<T>) - Method in class com.singlestore.jdbc.client.result.Result
-
- getOutputStream() - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- getOutputStream() - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- getParameterClassName(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances should be passed to the
method PreparedStatement.setObject.
- getParameterClassName(int) - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances should be passed to the
method PreparedStatement.setObject.
- getParameterCount() - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the number of parameters in the PreparedStatement object for which this
ParameterMetaData object contains information.
- getParameterCount() - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the number of parameters in the PreparedStatement object for which this
ParameterMetaData object contains information.
- getParameterMetaData() - Method in class com.singlestore.jdbc.BaseCallableStatement
-
- getParameterMetaData() - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- getParameterMetaData() - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
Retrieves the number, types and properties of this PreparedStatement object's
parameters.
- getParameterMetaData() - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
Retrieves the number, types and properties of this PreparedStatement object's
parameters.
- getParameterMode(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterMode(int) - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterName(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
- getParameters() - Method in class com.singlestore.jdbc.message.server.PrepareResultPacket
-
- getParameterType(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterType(int) - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParameterTypeName(int) - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParams() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- getParams() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPublicKeySpec
-
- getParentLogger() - Method in class com.singlestore.jdbc.Driver
-
- getParentLogger() - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Not implemented
- getParentLogger() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Not implemented
- getPassword() - Method in class com.singlestore.jdbc.plugin.credential.Credential
-
- getPlugin() - Method in class com.singlestore.jdbc.message.server.AuthSwitchPacket
-
- getPoints() - Method in class com.singlestore.jdbc.type.LineString
-
- getPoolConnection() - Method in class com.singlestore.jdbc.pool.Pool
-
Retrieve new connection.
- getPoolConnection(String, String) - Method in class com.singlestore.jdbc.pool.Pool
-
Get new connection from pool if user and password correspond to pool.
- getPooledConnection() - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
- getPooledConnection(String, String) - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
- getPooledConnection() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
- getPooledConnection(String, String) - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
- getPoolName() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
- getPoolTag() - Method in class com.singlestore.jdbc.pool.Pool
-
- getPrecision(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getPrecision(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Get the designated column's specified column size.
- getPrecision() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
Return metadata precision.
- getPrecision(int) - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getPrepareCache() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getPrepareCache() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getPrimaryKeys(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getPrivateKey(String) - Method in class com.singlestore.jdbc.client.tls.SingleStoreX509KeyManager
-
- getProcedureColumns(String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the given catalog's stored procedure parameter and result columns.
- getProcedures(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the stored procedures available in the given catalog.
- getProcedureTerm() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getPropertyInfo(String, Properties) - Method in class com.singlestore.jdbc.Driver
-
Get the property info.
- getPseudoColumns(String, String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the pseudo or hidden columns available in a given table within the
specified catalog and schema.
- getQ() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- getQm2() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- getQm5d8() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Field
-
- getQueryTimeout() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the number of seconds the driver will wait for a Statement object to
execute.
- getRef(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC
REF(<structured-type>) parameter
as a
Ref object in the Java programming language.
- getRef(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC
REF(<structured-type>) parameter as a
Ref object in the Java programming language.
- getRef(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getRef(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getRepresentation() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Gets the representation of the group element.
- getResultSet() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the current result as a ResultSet object.
- getResultSetConcurrency() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the result set concurrency for ResultSet objects generated by this
Statement object.
- getResultSetHoldability() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getResultSetHoldability() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the result set holdability for ResultSet objects generated by this
Statement object.
- getResultSetType() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the result set type for ResultSet objects generated by this
Statement object.
- getRow() - Method in class com.singlestore.jdbc.client.result.CompleteResult
-
- getRow() - Method in class com.singlestore.jdbc.client.result.Result
-
- getRow() - Method in class com.singlestore.jdbc.client.result.StreamingResult
-
- getRowId(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC ROWID parameter as a
java.sql.RowId object.
- getRowId(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC ROWID parameter as a
java.sql.RowId object.
- getRowId(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getRowId(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getRowIdLifetime() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getScalarOps() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
-
- getScale(int) - Method in class com.singlestore.jdbc.CallableParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getScale(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Gets the designated column's number of digits to right of the decimal point.
- getScale(int) - Method in class com.singlestore.jdbc.ParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getSchema() - Method in class com.singlestore.jdbc.Connection
-
- getSchema() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getSchemaName(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
- getSchemas() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getSchemas(String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getSchemaTerm() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getSearchStringEscape() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getSeed() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getSeed() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getSeed() - Method in class com.singlestore.jdbc.message.server.AuthSwitchPacket
-
- getSeed() - Method in class com.singlestore.jdbc.message.server.InitialHandshakePacket
-
- getSeed() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAPrivateKeySpec
-
- getSequence() - Method in class com.singlestore.jdbc.client.socket.PacketReader
-
- getServerAliases(String, Principal[]) - Method in class com.singlestore.jdbc.client.tls.SingleStoreX509KeyManager
-
- getServerCapabilities() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getServerCapabilities() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getServerStatus() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getServerStatus() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getServerStatus() - Method in class com.singlestore.jdbc.message.server.InitialHandshakePacket
-
- getShort(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC SMALLINT parameter as a short
in the Java programming language.
- getShort(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC SMALLINT parameter as a short in the
Java programming language.
- getShort(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getShort(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getSingleStoreVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
This function is to return the version of S2
- getSocketFactory(Configuration, ExceptionFactory) - Method in class com.singlestore.jdbc.client.tls.DefaultTlsSocketPlugin
-
- getSocketFactory(Configuration, ExceptionFactory) - Method in interface com.singlestore.jdbc.plugin.tls.TlsSocketPlugin
-
Get socket factory.
- getSocketHandler() - Static method in class com.singlestore.jdbc.client.socket.SocketUtility
-
Create socket according to options.
- getSql() - Method in class com.singlestore.jdbc.util.exceptions.ExceptionFactory
-
- getSql() - Method in class com.singlestore.jdbc.util.exceptions.ExceptionFactory.SqlExceptionFactory
-
- getSQLKeywords() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also
SQL:2003 keywords.
- getSqlState() - Method in class com.singlestore.jdbc.message.server.ErrorPacket
-
- getSQLStateType() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getSQLXML(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML
object in the Java programming language.
- getSQLXML(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML
object in the Java programming language.
- getSQLXML(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getSQLXML(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getStateFlag() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getStateFlag() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getStatement() - Method in class com.singlestore.jdbc.client.result.Result
-
- getStatementId() - Method in class com.singlestore.jdbc.message.server.CachedPrepareResultPacket
-
- getStatementId() - Method in class com.singlestore.jdbc.message.server.PrepareResultPacket
-
- getString(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC CHAR, VARCHAR, or
LONGVARCHAR parameter as a String in the Java programming language.
- getString(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR
parameter as a String in the Java programming language.
- getString(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getString(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getStringFunctions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
List of string functions.
- getSubString(long, int) - Method in class com.singlestore.jdbc.SingleStoreClob
-
Get sub string.
- getSuperTables(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the table hierarchies defined in a particular schema in this
database.
- getSuperTypes(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular
schema in this database.
- getSystemFunctions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
List of system functions.
- getT() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Gets the $T$ value of the group element.
- getTable() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getTableAlias() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getTableName(int) - Method in class com.singlestore.jdbc.client.result.ResultSetMetaData
-
Gets the designated column's table name.
- getTablePrivileges(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the access rights for each table available in a catalog.
- getTables(String, String, String, String[]) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the tables available in the given catalog.
- getTableTypes() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getThreadId() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getThreadId() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getThreadId() - Method in class com.singlestore.jdbc.Connection
-
- getThreadId() - Method in class com.singlestore.jdbc.message.server.InitialHandshakePacket
-
- getTime(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time
object.
- getTime(int, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time
object, using the given Calendar object to construct the time.
- getTime(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC TIME parameter as a java.sql.Time
object.
- getTime(String, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC TIME parameter as a java.sql.Time
object, using the given Calendar object to construct the time.
- getTime(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTime(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTime(int, Calendar) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTime(String, Calendar) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTimeDateFunctions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
List of time and date functions.
- getTimestamp(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC TIMESTAMP parameter as a
java.sql.Timestamp object.
- getTimestamp(int, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC TIMESTAMP parameter as a
java.sql.Timestamp object, using the given Calendar object to construct the
Timestamp object.
- getTimestamp(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp
object.
- getTimestamp(String, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp
object, using the given Calendar object to construct the Timestamp
object.
- getTimestamp(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTimestamp(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTimestamp(int, Calendar) - Method in class com.singlestore.jdbc.client.result.Result
-
- getTimestamp(String, Calendar) - Method in class com.singlestore.jdbc.client.result.Result
-
- getToken() - Method in class com.singlestore.jdbc.plugin.credential.aws.AwsCredentialGenerator
-
- getTotalConnections() - Method in class com.singlestore.jdbc.pool.Pool
-
- getTotalConnections() - Method in interface com.singlestore.jdbc.pool.PoolMBean
-
- getTransactionIsolation() - Method in class com.singlestore.jdbc.Connection
-
- getTransactionIsolationLevel() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getTransactionIsolationLevel() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getTransactionSaver() - Method in class com.singlestore.jdbc.client.context.RedoContext
-
- getTruncatedSeed(byte[]) - Static method in class com.singlestore.jdbc.message.server.AuthSwitchPacket
-
- getType() - Method in class com.singlestore.jdbc.client.result.Result
-
- getType() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getTypeInfo() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of all the data types supported by this database.
- getTypeMap() - Method in class com.singlestore.jdbc.Connection
-
- getTypeName() - Method in class com.singlestore.jdbc.message.server.ColumnDefinitionPacket
-
- getUDTs(String, String, String, int[]) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
- getUnicodeStream(int) - Method in class com.singlestore.jdbc.client.result.Result
-
Deprecated.
- getUnicodeStream(String) - Method in class com.singlestore.jdbc.client.result.Result
-
Deprecated.
- getUpdateCount() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the current result as an update count; if the result is a ResultSet
object or there are no more results, -1 is returned.
- getURL(int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of the designated JDBC DATALINK parameter as a
java.net.URL object.
- getURL(String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL
object.
- getURL(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- getURL(String) - Method in class com.singlestore.jdbc.client.result.Result
-
- getURL() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getUser() - Method in class com.singlestore.jdbc.plugin.credential.Credential
-
- getUserName() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getValue() - Method in enum com.singlestore.jdbc.TransactionIsolation
-
- getVersion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- getVersionColumns(String, String, String) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves a description of a table's columns that are automatically updated when any value in a
row is updated.
- getWaitTimeout() - Method in class com.singlestore.jdbc.Connection
-
- getWarning() - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- getWarning() - Method in interface com.singlestore.jdbc.client.context.Context
-
- getWarnings() - Method in class com.singlestore.jdbc.client.result.Result
-
- getWarnings() - Method in class com.singlestore.jdbc.Connection
-
- getWarnings() - Method in class com.singlestore.jdbc.Statement
-
Retrieves the first warning reported by calls on this Statement object.
- getX() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Gets the $X$ value of the group element.
- getX() - Method in class com.singlestore.jdbc.type.Point
-
- getXAConnection() - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
- getXAConnection(String, String) - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
- getXAConnection() - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
- getXAConnection(String, String) - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
- getXAResource() - Method in class com.singlestore.jdbc.SingleStorePoolConnection
-
- getY() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Gets the $Y$ value of the group element.
- getY() - Method in class com.singlestore.jdbc.type.Point
-
- getZ() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Gets the $Z$ value of the group element.
- getZero(GroupElement.Representation) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Curve
-
- GroupElement - Class in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math
-
A point $(x,y)$ on an EdDSA curve.
- GroupElement(Curve, GroupElement.Representation, FieldElement, FieldElement, FieldElement, FieldElement) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Creates a group element for a curve, without any pre-computation.
- GroupElement(Curve, GroupElement.Representation, FieldElement, FieldElement, FieldElement, FieldElement, boolean) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Creates a group element for a curve, with optional pre-computation.
- GroupElement(Curve, byte[]) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Creates a group element for a curve from a given encoded point.
- GroupElement(Curve, byte[], boolean) - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
Creates a group element for a curve from a given encoded point.
- GroupElement.Representation - Enum in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math
-
Available representations for a group element.
- GssapiAuth - Interface in com.singlestore.jdbc.plugin.authentication.addon.gssapi
-
- GssUtility - Class in com.singlestore.jdbc.plugin.authentication.addon.gssapi
-
- GssUtility() - Constructor for class com.singlestore.jdbc.plugin.authentication.addon.gssapi.GssUtility
-
- safeSingleStoreBlob(byte[], int, int) - Static method in class com.singlestore.jdbc.BlobImpl
-
- safeSingleStoreBlob(byte[], int, int) - Static method in class com.singlestore.jdbc.SingleStoreBlob
-
- saveParameters() - Method in class com.singlestore.jdbc.message.client.BulkExecutePacket
-
- saveParameters() - Method in class com.singlestore.jdbc.message.client.ExecutePacket
-
- saveParameters() - Method in class com.singlestore.jdbc.message.client.QueryWithParametersPacket
-
- saveParameters() - Method in interface com.singlestore.jdbc.message.client.RedoableClientMessage
-
- saveRedo(ClientMessage) - Method in class com.singlestore.jdbc.client.context.RedoContext
-
- saveRedo(ClientMessage[]) - Method in class com.singlestore.jdbc.client.context.RedoContext
-
- scalarMultiply(byte[]) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
$h = a * B$ where $a = a[0]+256*a[1]+\dots+256^{31} a[31]$ and $B$ is this point.
- ScalarOps - Interface in com.singlestore.jdbc.plugin.authentication.standard.ed25519.math
-
- schema - Variable in class com.singlestore.jdbc.DatabaseMetaData.Identifier
-
- SECURE_CONNECTION - Static variable in class com.singlestore.jdbc.util.constants.Capabilities
-
- send(int, byte[], int, int) - Static method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- SendGssApiAuthPacket - Class in com.singlestore.jdbc.plugin.authentication.addon
-
- SendGssApiAuthPacket() - Constructor for class com.singlestore.jdbc.plugin.authentication.addon.SendGssApiAuthPacket
-
- SendPamAuthPacket - Class in com.singlestore.jdbc.plugin.authentication.standard
-
- SendPamAuthPacket() - Constructor for class com.singlestore.jdbc.plugin.authentication.standard.SendPamAuthPacket
-
- sequence - Variable in class com.singlestore.jdbc.client.socket.PacketWriter
-
- SERVER_SESSION_STATE_CHANGED - Static variable in class com.singlestore.jdbc.util.constants.ServerStatus
-
- ServerMessage - Interface in com.singlestore.jdbc.message.server
-
- ServerPreparedStatement - Class in com.singlestore.jdbc
-
- ServerPreparedStatement(String, Connection, ReentrantLock, boolean, boolean, int, int, int, int) - Constructor for class com.singlestore.jdbc.ServerPreparedStatement
-
- serverSslCert(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- serverSslCert() - Method in class com.singlestore.jdbc.Configuration
-
- serverStatus - Variable in class com.singlestore.jdbc.client.context.BaseContext
-
- ServerStatus - Class in com.singlestore.jdbc.util.constants
-
- ServerStatus() - Constructor for class com.singlestore.jdbc.util.constants.ServerStatus
-
- servicePrincipalName(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- servicePrincipalName() - Method in class com.singlestore.jdbc.Configuration
-
- SESSION_TRACK_GTIDS - Static variable in class com.singlestore.jdbc.util.constants.StateChange
-
- SESSION_TRACK_SCHEMA - Static variable in class com.singlestore.jdbc.util.constants.StateChange
-
- SESSION_TRACK_STATE_CHANGE - Static variable in class com.singlestore.jdbc.util.constants.StateChange
-
- SESSION_TRACK_SYSTEM_VARIABLES - Static variable in class com.singlestore.jdbc.util.constants.StateChange
-
- SESSION_TRACK_TRANSACTION_CHARACTERISTICS - Static variable in class com.singlestore.jdbc.util.constants.StateChange
-
- SESSION_TRACK_TRANSACTION_STATE - Static variable in class com.singlestore.jdbc.util.constants.StateChange
-
- sessionVariables(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- sessionVariables() - Method in class com.singlestore.jdbc.Configuration
-
- SET - Static variable in class com.singlestore.jdbc.util.constants.ColumnFlags
-
- setArray(int, Array) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Array object.
- setAsciiStream(String, InputStream, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setAsciiStream(String, InputStream, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setAsciiStream(String, InputStream) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setAsciiStream(int, InputStream, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setAsciiStream(int, InputStream) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(long) - Method in class com.singlestore.jdbc.SingleStoreClob
-
- setAutoCommit(boolean) - Method in class com.singlestore.jdbc.Connection
-
- setBigDecimal(String, BigDecimal) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.math.BigDecimal value.
- setBigDecimal(int, BigDecimal) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.math.BigDecimal value.
- setBinaryStream(String, InputStream, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setBinaryStream(String, InputStream, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setBinaryStream(String, InputStream) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setBinaryStream(int, InputStream, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number
of bytes.
- setBinaryStream(int, InputStream) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(long) - Method in class com.singlestore.jdbc.BlobImpl
-
Retrieves a stream that can be used to write to the BLOB value that this
Blob object represents.
- setBlob(String, InputStream, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to an InputStream object.
- setBlob(String, Blob) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(String, InputStream) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to an InputStream object.
- setBlob(int, Blob) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(int, InputStream, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBoolean(String, boolean) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(int, boolean) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java boolean value.
- setByte(String, byte) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java byte value.
- setByte(int, byte) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java byte value.
- setBytes(String, byte[]) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(long, byte[]) - Method in class com.singlestore.jdbc.BlobImpl
-
Writes the given array of bytes to the BLOB value that this Blob
object represents, starting at position pos, and returns the number of bytes
written.
- setBytes(long, byte[], int, int) - Method in class com.singlestore.jdbc.BlobImpl
-
Writes all or part of the given byte array to the BLOB value that
this Blob object represents and returns the number of bytes written.
- setCatalog(String) - Method in class com.singlestore.jdbc.Connection
-
- setCharacterStream(String, Reader, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Reader object, which is the given
number of characters long.
- setCharacterStream(String, Reader, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Reader object, which is the given
number of characters long.
- setCharacterStream(String, Reader) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Reader object.
- setCharacterStream(int, Reader, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Reader object, which is the given
number of characters long.
- setCharacterStream(int, Reader, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Reader object, which is the given
number of characters long.
- setCharacterStream(int, Reader) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Reader object.
- setCharacterStream(long) - Method in class com.singlestore.jdbc.SingleStoreClob
-
Set character stream.
- setClientInfo(String, String) - Method in class com.singlestore.jdbc.Connection
-
- setClientInfo(Properties) - Method in class com.singlestore.jdbc.Connection
-
- setClob(String, Reader, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(String, Clob) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(String, Reader) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Clob) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(int, Reader, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a Reader object.
- setColumns(ColumnDefinitionPacket[]) - Method in class com.singlestore.jdbc.message.server.PrepareResultPacket
-
- setConnection(ExceptionFactory) - Method in class com.singlestore.jdbc.util.exceptions.ExceptionFactory
-
- setConnection(Connection) - Method in class com.singlestore.jdbc.util.exceptions.ExceptionFactory
-
- setCredential(ExpiringCredential) - Method in interface com.singlestore.jdbc.plugin.credential.browser.keyring.Keyring
-
- setCredential(ExpiringCredential) - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.LinuxKeyring
-
- setCredential(ExpiringCredential) - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.MacKeyring
-
- setCredential(ExpiringCredential) - Method in class com.singlestore.jdbc.plugin.credential.browser.keyring.WindowsKeyring
-
- setCredential(ExpiringCredential) - Method in class com.singlestore.jdbc.plugin.credential.browser.TokenWaiterServer
-
- setCursorName(String) - Method in class com.singlestore.jdbc.Statement
-
Sets the SQL cursor name to the given String, which will be used by subsequent
Statement object execute methods.
- setDatabase(String) - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- setDatabase(String) - Method in interface com.singlestore.jdbc.client.context.Context
-
- setDate(String, Date) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Date value using the default
time zone of the virtual machine that is running the application.
- setDate(String, Date, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Date value, using the given
Calendar object.
- setDate(int, Date) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Date value using the default
time zone of the virtual machine that is running the application.
- setDate(int, Date, Calendar) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Date value, using the given
Calendar object.
- setDouble(String, double) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java double value.
- setDouble(int, double) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java double value.
- setEscapeProcessing(boolean) - Method in class com.singlestore.jdbc.Statement
-
Sets escape processing on or off.
- setFailed(boolean) - Method in class com.singlestore.jdbc.pool.InternalPoolConnection
-
- setFetchDirection(int) - Method in class com.singlestore.jdbc.client.result.Result
-
- setFetchDirection(int) - Method in class com.singlestore.jdbc.Statement
-
Gives the driver a hint as to the direction in which rows will be processed in ResultSet
objects created using this Statement object.
- setFetchSize(int) - Method in class com.singlestore.jdbc.client.result.CompleteResult
-
- setFetchSize(int) - Method in class com.singlestore.jdbc.client.result.StreamingResult
-
- setFetchSize(int) - Method in class com.singlestore.jdbc.Statement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database
when more rows are needed for ResultSet objects generated by this Statement
.
- setField(Field) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.Encoding
-
- setFloat(String, float) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java float value.
- setFloat(int, float) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java float value.
- setHandleException(IOException) - Method in class com.singlestore.jdbc.plugin.credential.browser.TokenWaiterServer
-
- setHoldability(int) - Method in class com.singlestore.jdbc.Connection
-
- setInt(String, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java int value.
- setInt(int, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java int value.
- setKeepAlive(boolean) - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- setKeepAlive(boolean) - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- setLargeMaxRows(long) - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
- setLargeMaxRows(long) - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
- setLargeMaxRows(long) - Method in class com.singlestore.jdbc.Statement
-
Sets the limit for the maximum number of rows that any ResultSet object generated by this
Statement object can contain to the given number.
- setLoginTimeout(int) - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to
a database.
- setLoginTimeout(int) - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to
a database.
- setLogWriter(PrintWriter) - Method in class com.singlestore.jdbc.SingleStoreDataSource
-
Implementation doesn't use logwriter
- setLogWriter(PrintWriter) - Method in class com.singlestore.jdbc.SingleStorePoolDataSource
-
Implementation doesn't use logwriter
- setLong(String, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java long value.
- setLong(int, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java long value.
- setMaxAllowedPacket(int) - Method in class com.singlestore.jdbc.client.socket.CompressOutputStream
-
- setMaxAllowedPacket(int) - Method in class com.singlestore.jdbc.client.socket.PacketWriter
-
- setMaxFieldSize(int) - Method in class com.singlestore.jdbc.Statement
-
NOT SUPPORTED.
- setMaxRows(int) - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
- setMaxRows(int) - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
- setMaxRows(int) - Method in class com.singlestore.jdbc.Statement
-
Sets the limit for the maximum number of rows that any ResultSet object generated
by this Statement object can contain to the given number.
- setNCharacterStream(String, Reader, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(String, NClob) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(String, Reader, long) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, NClob) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(int, Reader, long) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNetworkTimeout(Executor, int) - Method in class com.singlestore.jdbc.Connection
-
- setNextLocalInfileInputStream(InputStream) - Method in class com.singlestore.jdbc.Statement
-
Sets the inputStream that will be used for the next execute that uses "LOAD DATA LOCAL INFILE".
- setNString(String, String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given String object.
- setNString(int, String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given String object.
- setNull(String, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to SQL NULL.
- setNull(String, int, String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int, String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to SQL NULL.
- setObject(String, Object, int, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType, int) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(int, Object, int, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the value of the designated parameter with the given object.
- setParameter(int, Parameter<?>) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- setParameters(ParameterList) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- setPoolable(boolean) - Method in class com.singlestore.jdbc.Statement
-
Requests that a Statement be pooled or not pooled.
- setPoolConnection(SingleStorePoolConnection) - Method in class com.singlestore.jdbc.Connection
-
- setPoolConnection(SingleStorePoolConnection) - Method in class com.singlestore.jdbc.util.exceptions.ExceptionFactory
-
- setPrepareResult(PrepareResultPacket) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- setPrepareResult(PrepareResultPacket) - Method in class com.singlestore.jdbc.message.client.BulkExecutePacket
-
- setPrepareResult(PrepareResultPacket) - Method in class com.singlestore.jdbc.message.client.ExecutePacket
-
- setPrepareResult(PrepareResultPacket) - Method in interface com.singlestore.jdbc.message.client.RedoableWithPrepareClientMessage
-
- setQueryTimeout(int) - Method in class com.singlestore.jdbc.ClientPreparedStatement
-
- setQueryTimeout(int) - Method in class com.singlestore.jdbc.ServerPreparedStatement
-
- setQueryTimeout(int) - Method in class com.singlestore.jdbc.Statement
-
Sets the number of seconds the driver will wait for a Statement object to execute
to the given number of seconds.
- setReadOnly(boolean) - Method in class com.singlestore.jdbc.Connection
-
- setReceiveBufferSize(int) - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- setReceiveBufferSize(int) - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- setRef(int, Ref) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given REF(<structured-type>) value.
- setRowId(String, RowId) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(int, RowId) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setSavepoint() - Method in class com.singlestore.jdbc.Connection
-
- setSavepoint(String) - Method in class com.singlestore.jdbc.Connection
-
- setSchema(String) - Method in class com.singlestore.jdbc.Connection
-
- setSendBufferSize(int) - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- setSendBufferSize(int) - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- setServerStatus(int) - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- setServerStatus(int) - Method in interface com.singlestore.jdbc.client.context.Context
-
- setServerStatus(int) - Method in class com.singlestore.jdbc.client.context.RedoContext
-
- setServerThreadId(Long, HostAddress) - Method in class com.singlestore.jdbc.client.socket.PacketReader
-
Set server thread id.
- setServerThreadId(Long, HostAddress) - Method in class com.singlestore.jdbc.client.socket.PacketWriter
-
Set server thread id.
- setShort(String, short) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java short value.
- setShort(int, short) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java short value.
- setSoLinger(boolean, int) - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- setSoLinger(boolean, int) - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- setSoTimeout(int) - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- setSoTimeout(int) - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- setSQLXML(String, SQLXML) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(int, SQLXML) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setStatement(Statement) - Method in class com.singlestore.jdbc.client.result.Result
-
- setString(String, String) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given Java String value.
- setString(int, String) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given Java String value.
- setString(long, String) - Method in class com.singlestore.jdbc.SingleStoreClob
-
Set String.
- setString(long, String, int, int) - Method in class com.singlestore.jdbc.SingleStoreClob
-
- setTcpNoDelay(boolean) - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- setTcpNoDelay(boolean) - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- setThreadId(long) - Method in class com.singlestore.jdbc.util.exceptions.ExceptionFactory
-
- setTime(String, Time) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(String, Time, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Time value, using the given
Calendar object.
- setTime(int, Time) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(int, Time, Calendar) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Time value, using the given
Calendar object.
- setTimestamp(String, Timestamp) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(String, Timestamp, Calendar) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.sql.Timestamp value, using the
given Calendar object.
- setTimestamp(int, Timestamp) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value, using the
given Calendar object.
- setTransactionIsolation(int) - Method in class com.singlestore.jdbc.Connection
-
- setTransactionIsolationLevel(int) - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- setTransactionIsolationLevel(int) - Method in interface com.singlestore.jdbc.client.context.Context
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.singlestore.jdbc.Connection
-
- setUnicodeStream(int, InputStream, int) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
- setURL(String, URL) - Method in class com.singlestore.jdbc.BaseCallableStatement
-
Sets the designated parameter to the given java.net.URL object.
- setURL(int, URL) - Method in class com.singlestore.jdbc.BasePreparedStatement
-
Sets the designated parameter to the given java.net.URL value.
- setWarning(int) - Method in class com.singlestore.jdbc.client.context.BaseContext
-
- setWarning(int) - Method in interface com.singlestore.jdbc.client.context.Context
-
- ShortCodec - Class in com.singlestore.jdbc.codec.list
-
- ShortCodec() - Constructor for class com.singlestore.jdbc.codec.list.ShortCodec
-
- shutdownInput() - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- shutdownInput() - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- shutdownOutput() - Method in class com.singlestore.jdbc.client.socket.NamedPipeSocket
-
- shutdownOutput() - Method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- SINGLESTORE_LOCAL_DATE_TIME - Static variable in class com.singlestore.jdbc.codec.list.LocalDateTimeCodec
-
- SingleStoreBlob - Class in com.singlestore.jdbc
-
- SingleStoreBlob() - Constructor for class com.singlestore.jdbc.SingleStoreBlob
-
Creates an empty Blob.
- SingleStoreBlob(byte[]) - Constructor for class com.singlestore.jdbc.SingleStoreBlob
-
Creates a Blob with content.
- SingleStoreBlob(byte[], int, int) - Constructor for class com.singlestore.jdbc.SingleStoreBlob
-
Creates a Blob with content.
- SingleStoreClob - Class in com.singlestore.jdbc
-
- SingleStoreClob(byte[]) - Constructor for class com.singlestore.jdbc.SingleStoreClob
-
Creates a Clob with content.
- SingleStoreClob(byte[], int, int) - Constructor for class com.singlestore.jdbc.SingleStoreClob
-
Creates a Clob with content.
- SingleStoreClob() - Constructor for class com.singlestore.jdbc.SingleStoreClob
-
Creates an empty Clob.
- SingleStoreDataSource - Class in com.singlestore.jdbc
-
- SingleStoreDataSource(String) - Constructor for class com.singlestore.jdbc.SingleStoreDataSource
-
- SingleStorePoolConnection - Class in com.singlestore.jdbc
-
- SingleStorePoolConnection(Connection) - Constructor for class com.singlestore.jdbc.SingleStorePoolConnection
-
Constructor.
- SingleStorePoolDataSource - Class in com.singlestore.jdbc
-
- SingleStorePoolDataSource(String) - Constructor for class com.singlestore.jdbc.SingleStorePoolDataSource
-
- SingleStoreX509KeyManager - Class in com.singlestore.jdbc.client.tls
-
Key manager implementation that implement only client verification and rely only on private key
for mutual authentication, without Server Name Indication (SNI) verification.
- SingleStoreX509KeyManager(KeyStore, char[]) - Constructor for class com.singlestore.jdbc.client.tls.SingleStoreX509KeyManager
-
Creates Key manager.
- SingleStoreX509TrustingManager - Class in com.singlestore.jdbc.client.tls
-
Class to accept any server certificate.
- SingleStoreX509TrustingManager() - Constructor for class com.singlestore.jdbc.client.tls.SingleStoreX509TrustingManager
-
- SingleStoreX509TrustManager - Class in com.singlestore.jdbc.client.tls
-
- SingleStoreX509TrustManager(KeyStore, ExceptionFactory) - Constructor for class com.singlestore.jdbc.client.tls.SingleStoreX509TrustManager
-
SingleStoreX509TrustManager.
- SingleStoreXid - Class in com.singlestore.jdbc
-
- SingleStoreXid(int, byte[], byte[]) - Constructor for class com.singlestore.jdbc.SingleStoreXid
-
Global transaction identifier.
- skip(long) - Method in class com.singlestore.jdbc.client.socket.CompressInputStream
-
Skips over and discards n bytes of data from this input stream.
- skip(long) - Method in class com.singlestore.jdbc.client.socket.ReadAheadBufferedStream
-
- skipRemaining() - Method in class com.singlestore.jdbc.client.result.Result
-
- Slf4JLogger - Class in com.singlestore.jdbc.util.log
-
- Slf4JLogger(Logger) - Constructor for class com.singlestore.jdbc.util.log.Slf4JLogger
-
- SMALL_BUFFER_SIZE - Static variable in class com.singlestore.jdbc.client.socket.PacketWriter
-
- SockAddr(String) - Constructor for class com.singlestore.jdbc.client.socket.UnixDomainSocket.SockAddr
-
Contructor.
- socket(int, int, int) - Static method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- socketFactory(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- socketFactory() - Method in class com.singlestore.jdbc.Configuration
-
- SocketHandlerFunction - Interface in com.singlestore.jdbc.client.socket
-
- socketTimeout(Integer) - Method in class com.singlestore.jdbc.Configuration.Builder
-
Indicate the network socket timeout (SO_TIMEOUT) in milliseconds.
- socketTimeout() - Method in class com.singlestore.jdbc.Configuration
-
- SocketUtility - Class in com.singlestore.jdbc.client.socket
-
- SocketUtility() - Constructor for class com.singlestore.jdbc.client.socket.SocketUtility
-
- sql - Variable in class com.singlestore.jdbc.BasePreparedStatement
-
- SqlExceptionFactory(Connection, SingleStorePoolConnection, Configuration, HostAddress, long, Statement, String) - Constructor for class com.singlestore.jdbc.util.exceptions.ExceptionFactory.SqlExceptionFactory
-
- square() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
-
$h = f * f$
- square() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
-
- squareAndDouble() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
-
$h = 2 * f * f$
- squareAndDouble() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
-
- SSL - Static variable in class com.singlestore.jdbc.util.constants.Capabilities
-
- sslMode(String) - Method in class com.singlestore.jdbc.Configuration.Builder
-
- sslMode() - Method in class com.singlestore.jdbc.Configuration
-
- SslMode - Enum in com.singlestore.jdbc
-
- SslRequestPacket - Class in com.singlestore.jdbc.message.client
-
- StandardGssapiAuthentication - Class in com.singlestore.jdbc.plugin.authentication.addon.gssapi
-
- StandardGssapiAuthentication() - Constructor for class com.singlestore.jdbc.plugin.authentication.addon.gssapi.StandardGssapiAuthentication
-
- STATE_AUTOCOMMIT - Static variable in class com.singlestore.jdbc.util.constants.ConnectionState
-
- STATE_DATABASE - Static variable in class com.singlestore.jdbc.util.constants.ConnectionState
-
- STATE_NETWORK_TIMEOUT - Static variable in class com.singlestore.jdbc.util.constants.ConnectionState
-
- STATE_READ_ONLY - Static variable in class com.singlestore.jdbc.util.constants.ConnectionState
-
- STATE_TRANSACTION_ISOLATION - Static variable in class com.singlestore.jdbc.util.constants.ConnectionState
-
- StateChange - Class in com.singlestore.jdbc.util.constants
-
- StateChange() - Constructor for class com.singlestore.jdbc.util.constants.StateChange
-
- statement - Variable in class com.singlestore.jdbc.client.result.Result
-
- Statement - Class in com.singlestore.jdbc
-
- Statement(Connection, ReentrantLock, boolean, boolean, int, int, int, int) - Constructor for class com.singlestore.jdbc.Statement
-
- statementId - Variable in class com.singlestore.jdbc.message.server.PrepareResultPacket
-
- STORAGE_KEY - Static variable in interface com.singlestore.jdbc.plugin.credential.browser.keyring.Keyring
-
- storesLowerCaseIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- StreamCodec - Class in com.singlestore.jdbc.codec.list
-
- StreamCodec() - Constructor for class com.singlestore.jdbc.codec.list.StreamCodec
-
- streaming() - Method in class com.singlestore.jdbc.client.result.CompleteResult
-
- streaming() - Method in class com.singlestore.jdbc.client.result.Result
-
- streaming() - Method in class com.singlestore.jdbc.client.result.StreamingResult
-
- StreamingResult - Class in com.singlestore.jdbc.client.result
-
- StreamingResult(Statement, boolean, long, ColumnDefinitionPacket[], PacketReader, Context, int, ReentrantLock, int, boolean, boolean) - Constructor for class com.singlestore.jdbc.client.result.StreamingResult
-
- strerror(int) - Static method in class com.singlestore.jdbc.client.socket.UnixDomainSocket
-
- StringCodec - Class in com.singlestore.jdbc.codec.list
-
- StringCodec() - Constructor for class com.singlestore.jdbc.codec.list.StringCodec
-
- sub(GroupElement) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
-
GroupElement subtraction using the twisted Edwards addition law with extended coordinates
(Hisil2008).
- subtract(FieldElement) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
-
$h = f - g$
- subtract(FieldElement) - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
-
- subtractOne() - Method in class com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
-
- sun_family - Variable in class com.singlestore.jdbc.client.socket.UnixDomainSocket.SockAddr
-
- sun_path - Variable in class com.singlestore.jdbc.client.socket.UnixDomainSocket.SockAddr
-
- supportsAlterTableWithAddColumn() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsBatchUpdates() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsColumnAliasing() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsConvert() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsConvert(int, int) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function CONVERT for conversions
between the JDBC types fromType and toType.
- supportsCoreSQLGrammar() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsFullOuterJoins() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsGroupBy() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsMultipleResultSets() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsMultipleTransactions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsNamedParameters() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsNonNullableColumns() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsOuterJoins() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsPositionedDelete() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsPositionedUpdate() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsRefCursors() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves whether this database supports the given concurrency type in combination with the
given result set type.
- supportsResultSetHoldability(int) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsResultSetType(int) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves whether this database supports the given result set type.
- supportsSavepoints() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSelectForUpdate() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsStatementPooling() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsStoredProcedures() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in class com.singlestore.jdbc.DatabaseMetaData
-
- supportsUnionAll() - Method in class com.singlestore.jdbc.DatabaseMetaData
-