A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

abort() - Method in class org.mariadb.jdbc.client.result.Result
 
abort() - Method in class org.mariadb.jdbc.Statement
 
abort(Executor) - Method in class org.mariadb.jdbc.Connection
 
absolute(int) - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
absolute(int) - Method in class org.mariadb.jdbc.client.result.Result
 
absolute(int) - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
absolute(int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
acceptsUrl(String) - Static method in class org.mariadb.jdbc.Configuration
Tell if mariadb driver accept url string.
acceptsURL(String) - Method in class org.mariadb.jdbc.Driver
returns true if the driver can accept the url.
add(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
$h = f + g$
add(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
add(GroupElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
GroupElement addition using the twisted Edwards addition law with extended coordinates (Hisil2008).
addBatch() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
addBatch() - Method in class org.mariadb.jdbc.ClientPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch() - Method in class org.mariadb.jdbc.ServerPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
addBatch(String) - Method in class org.mariadb.jdbc.Statement
Adds the given SQL command to the current list of commands for this Statement object.
addConnectionEventListener(ConnectionEventListener) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
addHost(String, int) - Method in class org.mariadb.jdbc.Configuration.Builder
 
addHost(String, int, boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
addOne() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
addresses() - Method in class org.mariadb.jdbc.Configuration
 
addresses(HostAddress...) - Method in class org.mariadb.jdbc.Configuration.Builder
 
addRowData(byte[]) - Method in class org.mariadb.jdbc.client.result.Result
 
addStateFlag(int) - Method in class org.mariadb.jdbc.client.context.BaseContext
 
addStateFlag(int) - Method in interface org.mariadb.jdbc.client.context.Context
 
addStatementEventListener(StatementEventListener) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
afterLast() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
afterLast() - Method in class org.mariadb.jdbc.client.result.Result
 
afterLast() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
afterLast() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
allowLocalInfile() - Method in class org.mariadb.jdbc.Configuration
 
allowLocalInfile(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate if LOAD DATA LOCAL INFILE are permitted.
allowMultiQueries() - Method in class org.mariadb.jdbc.Configuration
 
allowMultiQueries(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate that multi-queries are allowed.
allowPublicKeyRetrieval() - Method in class org.mariadb.jdbc.Configuration
 
allowPublicKeyRetrieval(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
allProceduresAreCallable() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
allTablesAreSelectable() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
apply(Configuration, HostAddress) - Method in interface org.mariadb.jdbc.client.socket.SocketHandlerFunction
 
authenticate(PacketWriter, PacketReader, String, String) - Method in interface org.mariadb.jdbc.plugin.authentication.addon.gssapi.GssapiAuth
 
authenticate(PacketWriter, PacketReader, String, String) - Method in class org.mariadb.jdbc.plugin.authentication.addon.gssapi.StandardGssapiAuthentication
Process default GSS plugin authentication.
authenticate(PacketWriter, PacketReader, String, String) - Method in class org.mariadb.jdbc.plugin.authentication.addon.gssapi.WindowsNativeSspiAuthentication
Process native windows GSS plugin authentication.
AuthenticationPlugin - Interface in org.mariadb.jdbc.plugin
 
AuthenticationPluginLoader - Class in org.mariadb.jdbc.plugin.authentication
 
AuthenticationPluginLoader() - Constructor for class org.mariadb.jdbc.plugin.authentication.AuthenticationPluginLoader
 
AuthMoreRawPacket - Class in org.mariadb.jdbc.message.client
 
AuthMoreRawPacket(byte[]) - Constructor for class org.mariadb.jdbc.message.client.AuthMoreRawPacket
 
AuthSwitchPacket - Class in org.mariadb.jdbc.message.server
 
AuthSwitchPacket(String, byte[]) - Constructor for class org.mariadb.jdbc.message.server.AuthSwitchPacket
 
AUTO_INCREMENT - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
autocommit() - Method in class org.mariadb.jdbc.Configuration
 
autocommit(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
AUTOCOMMIT - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
autoCommitFailureClosesAllResultSets() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
autoGeneratedKeys - Variable in class org.mariadb.jdbc.Statement
 
available() - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
 
AwsCredentialGenerator - Class in org.mariadb.jdbc.plugin.credential.aws
 
AwsCredentialGenerator(Properties, String, HostAddress) - Constructor for class org.mariadb.jdbc.plugin.credential.aws.AwsCredentialGenerator
AWS Generator.
AwsIamCredentialPlugin - Class in org.mariadb.jdbc.plugin.credential.aws
Permit AWS database IAM authentication.
AwsIamCredentialPlugin() - Constructor for class org.mariadb.jdbc.plugin.credential.aws.AwsIamCredentialPlugin
 

B

BaseCallableStatement - Class in org.mariadb.jdbc
 
BaseCallableStatement(String, Connection, ReentrantLock, String, String, boolean, boolean, int, int, int) - Constructor for class org.mariadb.jdbc.BaseCallableStatement
 
BaseContext - Class in org.mariadb.jdbc.client.context
 
BaseContext(InitialHandshakePacket, long, Configuration, ExceptionFactory, PrepareCache) - Constructor for class org.mariadb.jdbc.client.context.BaseContext
 
BasePreparedStatement - Class in org.mariadb.jdbc
 
BasePreparedStatement(String, Connection, ReentrantLock, boolean, boolean, int, int, int, int) - Constructor for class org.mariadb.jdbc.BasePreparedStatement
 
batchParameters - Variable in class org.mariadb.jdbc.BasePreparedStatement
 
batchUpdateLength() - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
batchUpdateLength() - Method in interface org.mariadb.jdbc.message.client.ClientMessage
 
batchUpdateLength() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
batchUpdateLength() - Method in class org.mariadb.jdbc.message.client.QueryPacket
 
batchUpdateLength() - Method in class org.mariadb.jdbc.message.client.QueryWithParametersPacket
 
BEFORE_FIRST_POS - Static variable in class org.mariadb.jdbc.client.result.CompleteResult
 
beforeFirst() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
beforeFirst() - Method in class org.mariadb.jdbc.client.result.Result
 
beforeFirst() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
beforeFirst() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
BigDecimalCodec - Class in org.mariadb.jdbc.codec.list
 
BigDecimalCodec() - Constructor for class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
BigIntegerCodec - Class in org.mariadb.jdbc.codec.list
 
BigIntegerCodec() - Constructor for class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
BINARY_COLLATION - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
BINARY_PREFIX - Static variable in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
binaryProtocol() - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
binaryProtocol() - Method in interface org.mariadb.jdbc.message.client.ClientMessage
 
binaryProtocol() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
bit(byte[], int) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
Get the i'th bit of a byte array.
BitSetCodec - Class in org.mariadb.jdbc.codec.list
 
BitSetCodec() - Constructor for class org.mariadb.jdbc.codec.list.BitSetCodec
 
blankTableNameMeta() - Method in class org.mariadb.jdbc.Configuration
 
blankTableNameMeta(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
BLOB - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
BlobCodec - Class in org.mariadb.jdbc.codec.list
 
BlobCodec() - Constructor for class org.mariadb.jdbc.codec.list.BlobCodec
 
BooleanCodec - Class in org.mariadb.jdbc.codec.list
 
BooleanCodec() - Constructor for class org.mariadb.jdbc.codec.list.BooleanCodec
 
buf - Variable in class org.mariadb.jdbc.client.socket.PacketWriter
 
bufIsDataAfterMark() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
build() - Method in class org.mariadb.jdbc.Configuration.Builder
 
Builder() - Constructor for class org.mariadb.jdbc.Configuration.Builder
 
buildUrl(Configuration) - Static method in class org.mariadb.jdbc.Configuration
 
BulkExecutePacket - Class in org.mariadb.jdbc.message.client
 
BulkExecutePacket(PrepareResultPacket, List<ParameterList>, String, ServerPreparedStatement) - Constructor for class org.mariadb.jdbc.message.client.BulkExecutePacket
 
ByteArrayCodec - Class in org.mariadb.jdbc.codec.list
 
ByteArrayCodec() - Constructor for class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
ByteCodec - Class in org.mariadb.jdbc.codec.list
 
ByteCodec() - Constructor for class org.mariadb.jdbc.codec.list.ByteCodec
 
bytesToHex(byte[]) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
Converts bytes to a hex string.

C

cache() - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
cached(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a new group element in CACHED representation.
CACHED - org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Cached: $(Y+X,Y-X,Z,2dT)$
CachedPrepareResultPacket - Class in org.mariadb.jdbc.message.server
 
CachedPrepareResultPacket(ReadableByteBuf, PacketReader, Context) - Constructor for class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
cachePrepStmts() - Method in class org.mariadb.jdbc.Configuration
 
cachePrepStmts(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
CachingSha2PasswordPlugin - Class in org.mariadb.jdbc.plugin.authentication.standard
 
CachingSha2PasswordPlugin() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
 
CallableParameterMetaData - Class in org.mariadb.jdbc
 
CallableParameterMetaData(ResultSet, boolean) - Constructor for class org.mariadb.jdbc.CallableParameterMetaData
 
cancel() - Method in class org.mariadb.jdbc.Statement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelCurrentQuery() - Method in class org.mariadb.jdbc.Connection
Cancels the current query - clones the current protocol and executes a query using the new connection.
cancelRowUpdates() - Method in class org.mariadb.jdbc.client.result.Result
 
cancelRowUpdates() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
canDecode(ColumnDefinitionPacket, Class<?>) - Method in interface org.mariadb.jdbc.plugin.Codec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
canEncode(Object) - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
canEncode(Object) - Method in interface org.mariadb.jdbc.plugin.Codec
 
canEncodeLongData() - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
canEncodeLongData() - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
canEncodeLongData() - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
canEncodeLongData() - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
canEncodeLongData() - Method in interface org.mariadb.jdbc.plugin.Codec
 
canSkipMeta() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
canSkipMeta() - Method in interface org.mariadb.jdbc.client.context.Context
 
canSkipMeta() - Method in interface org.mariadb.jdbc.message.client.ClientMessage
 
canSkipMeta() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
canUseServerMaxRows - Variable in class org.mariadb.jdbc.Statement
 
canUseServerTimeout - Variable in class org.mariadb.jdbc.Statement
 
Capabilities - Class in org.mariadb.jdbc.util.constants
 
Capabilities() - Constructor for class org.mariadb.jdbc.util.constants.Capabilities
 
ChangeDbPacket - Class in org.mariadb.jdbc.message.client
 
ChangeDbPacket(String) - Constructor for class org.mariadb.jdbc.message.client.ChangeDbPacket
 
checkClientTrusted(X509Certificate[], String) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509TrustingManager
 
checkClose() - Method in class org.mariadb.jdbc.client.result.Result
 
checkMaxAllowedLength(int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Count query size.
checkNotClosed() - Method in class org.mariadb.jdbc.Statement
Check if statement is closed, and throw exception if so.
checkNotForwardOnly() - Method in class org.mariadb.jdbc.client.result.Result
 
checkOutputResult() - Method in class org.mariadb.jdbc.BaseCallableStatement
Check if statement is closed, and throw exception if so.
checkServerTrusted(X509Certificate[], String) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509TrustingManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
className() - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
className() - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
className() - Method in interface org.mariadb.jdbc.plugin.Codec
 
clearBatch() - Method in class org.mariadb.jdbc.Statement
Empties this Statement object's current list of SQL commands.
clearParameters() - Method in class org.mariadb.jdbc.BasePreparedStatement
Clears the current parameter values immediately.
ClearPasswordPlugin - Class in org.mariadb.jdbc.plugin.authentication.addon
 
ClearPasswordPlugin() - Constructor for class org.mariadb.jdbc.plugin.authentication.addon.ClearPasswordPlugin
 
clearWarnings() - Method in class org.mariadb.jdbc.client.result.Result
 
clearWarnings() - Method in class org.mariadb.jdbc.Connection
 
clearWarnings() - Method in class org.mariadb.jdbc.Statement
Clears all the warnings reported on this Statement object.
CLIENT_DEPRECATE_EOF - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
CLIENT_INTERACTIVE - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
CLIENT_MYSQL - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
CLIENT_PROTOCOL_41 - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
CLIENT_SESSION_TRACK - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
ClientMessage - Interface in org.mariadb.jdbc.message.client
 
ClientPreparedStatement - Class in org.mariadb.jdbc
 
ClientPreparedStatement(String, Connection, ReentrantLock, boolean, boolean, int, int, int, int) - Constructor for class org.mariadb.jdbc.ClientPreparedStatement
 
ClobCodec - Class in org.mariadb.jdbc.codec.list
 
ClobCodec() - Constructor for class org.mariadb.jdbc.codec.list.ClobCodec
 
clone(String, String) - Method in class org.mariadb.jdbc.Configuration
 
close() - Method in class org.mariadb.jdbc.client.result.Result
 
close() - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.mariadb.jdbc.client.socket.CompressOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
close() - Method in class org.mariadb.jdbc.client.socket.PacketReader
 
close() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
close() - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
 
close() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
close() - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
close() - Method in class org.mariadb.jdbc.Connection
 
close() - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
close() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Close datasource.
close() - Method in class org.mariadb.jdbc.pool.InternalPoolConnection
 
close() - Method in class org.mariadb.jdbc.pool.Pool
Close pool and underlying connections.
close() - Static method in class org.mariadb.jdbc.pool.Pools
Close all pools.
close() - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
close() - Method in class org.mariadb.jdbc.Statement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close(int) - Static method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
close(String) - Static method in class org.mariadb.jdbc.pool.Pools
Closing a pool with name defined in url.
close(Client) - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
close(Client) - Method in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
closed - Variable in class org.mariadb.jdbc.client.result.Result
 
closed - Variable in class org.mariadb.jdbc.Statement
 
closeFromStmtClose(ReentrantLock) - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
closeFromStmtClose(ReentrantLock) - Method in class org.mariadb.jdbc.client.result.Result
 
closeOnCompletion - Variable in class org.mariadb.jdbc.Statement
 
closeOnCompletion() - Method in class org.mariadb.jdbc.Statement
Specifies that this Statement will be closed when all its dependent result sets are closed.
ClosePreparePacket - Class in org.mariadb.jdbc.message.client
 
ClosePreparePacket(int) - Constructor for class org.mariadb.jdbc.message.client.ClosePreparePacket
 
cmov(FieldElement, int) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
Constant-time conditional move.
cmov(FieldElement, int) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
Codec<T> - Interface in org.mariadb.jdbc.plugin
 
codecs() - Method in class org.mariadb.jdbc.Configuration
 
ColumnDefinitionPacket - Class in org.mariadb.jdbc.message.server
 
ColumnDefinitionPacket(ReadableByteBuf, boolean) - Constructor for class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
ColumnFlags - Class in org.mariadb.jdbc.util.constants
 
ColumnFlags() - Constructor for class org.mariadb.jdbc.util.constants.ColumnFlags
 
commit() - Method in class org.mariadb.jdbc.Connection
 
CompleteResult - Class in org.mariadb.jdbc.client.result
 
CompleteResult(ColumnDefinitionPacket[], byte[][], Context) - Constructor for class org.mariadb.jdbc.client.result.CompleteResult
 
CompleteResult(Statement, boolean, long, ColumnDefinitionPacket[], PacketReader, Context, int, boolean, boolean) - Constructor for class org.mariadb.jdbc.client.result.CompleteResult
 
Completion - Interface in org.mariadb.jdbc.message.server
 
COMPRESS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
CompressInputStream - Class in org.mariadb.jdbc.client.socket
 
CompressInputStream(InputStream, MutableInt) - Constructor for class org.mariadb.jdbc.client.socket.CompressInputStream
 
CompressOutputStream - Class in org.mariadb.jdbc.client.socket
 
CompressOutputStream(OutputStream, MutableInt) - Constructor for class org.mariadb.jdbc.client.socket.CompressOutputStream
 
compressSequence - Variable in class org.mariadb.jdbc.client.socket.PacketWriter
 
con - Variable in class org.mariadb.jdbc.Statement
 
Configuration - Class in org.mariadb.jdbc
parse and verification of URL.
Configuration.Builder - Class in org.mariadb.jdbc
A builder for Configuration instances.
connect(int, UnixDomainSocket.SockAddr, int) - Static method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
connect(String, Properties) - Method in class org.mariadb.jdbc.Driver
Connect to the given connection string.
connect(SocketAddress) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
connect(SocketAddress) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
connect(SocketAddress, int) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
Name pipe connection.
connect(SocketAddress, int) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
connect(Configuration) - Static method in class org.mariadb.jdbc.Driver
 
CONNECT_ATTRS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
CONNECT_WITH_DB - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
Connection - Class in org.mariadb.jdbc
 
Connection(Configuration, ReentrantLock, Client) - Constructor for class org.mariadb.jdbc.Connection
 
connectionAttributes() - Method in class org.mariadb.jdbc.Configuration
 
connectionAttributes(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
ConnectionState - Class in org.mariadb.jdbc.util.constants
 
ConnectionState() - Constructor for class org.mariadb.jdbc.util.constants.ConnectionState
 
connectTimeout() - Method in class org.mariadb.jdbc.Configuration
 
connectTimeout(int) - Method in class org.mariadb.jdbc.Configuration
 
connectTimeout(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate connect timeout value, in milliseconds, or zero for no timeout.
CONSOLE_DEBUG_PROPERTY - Static variable in class org.mariadb.jdbc.util.log.Loggers
 
ConsoleLogger - Class in org.mariadb.jdbc.util.log
 
ConsoleLogger(String, PrintStream, PrintStream, boolean) - Constructor for class org.mariadb.jdbc.util.log.ConsoleLogger
 
context - Variable in class org.mariadb.jdbc.client.result.Result
 
Context - Interface in org.mariadb.jdbc.client.context
 
create(long, byte) - Static method in class org.mariadb.jdbc.message.client.SslRequestPacket
 
create(String) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
create(String, String) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
create(String, String, int) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
create(String, String, Exception) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
create(String, DataType) - Static method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
createArrayOf(String, Object[]) - Method in class org.mariadb.jdbc.Connection
 
createBatchUpdate(List<Completion>, int, int[], SQLException) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
createBatchUpdate(List<Completion>, int, SQLException) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
createBlob() - Method in class org.mariadb.jdbc.Connection
 
createClob() - Method in class org.mariadb.jdbc.Connection
 
createNClob() - Method in class org.mariadb.jdbc.Connection
 
createPoint(byte[], boolean) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
createResultSet(String[], DataType[], String[][], Context) - Static method in class org.mariadb.jdbc.client.result.CompleteResult
Create a result set from given data.
createResultSet(String, DataType, String[][], Context) - Static method in class org.mariadb.jdbc.client.result.CompleteResult
 
createSocket(Socket, SSLSocketFactory) - Method in interface org.mariadb.jdbc.plugin.TlsSocketPlugin
Returns a socket layered over an existing socket negotiating the use of SSL over an existing socket.
createSQLXML() - Method in class org.mariadb.jdbc.Connection
 
createStatement() - Method in class org.mariadb.jdbc.Connection
 
createStatement(int, int) - Method in class org.mariadb.jdbc.Connection
 
createStatement(int, int, int) - Method in class org.mariadb.jdbc.Connection
 
createStruct(String, Object[]) - Method in class org.mariadb.jdbc.Connection
 
Credential - Class in org.mariadb.jdbc.plugin
 
Credential(String, String) - Constructor for class org.mariadb.jdbc.plugin.Credential
 
credentialPlugin() - Method in class org.mariadb.jdbc.Configuration
 
CredentialPlugin - Interface in org.mariadb.jdbc.plugin
 
CredentialPluginLoader - Class in org.mariadb.jdbc.plugin.credential
Provider to handle plugin authentication.
CredentialPluginLoader() - Constructor for class org.mariadb.jdbc.plugin.credential.CredentialPluginLoader
 
credentialType(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
currResult - Variable in class org.mariadb.jdbc.Statement
 
CURSOR_EXISTS - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
Curve - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
A twisted Edwards curve.
Curve(Field, byte[], FieldElement) - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 

D

data - Variable in class org.mariadb.jdbc.client.result.Result
 
data - Variable in class org.mariadb.jdbc.MariaDbBlob
 
database() - Method in class org.mariadb.jdbc.Configuration
 
database(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
DatabaseMetaData - Class in org.mariadb.jdbc
 
DatabaseMetaData(Connection, Configuration) - Constructor for class org.mariadb.jdbc.DatabaseMetaData
Constructor.
DatabaseMetaData.Identifier - Class in org.mariadb.jdbc
 
databaseName - Variable in class org.mariadb.jdbc.BaseCallableStatement
 
dataDefinitionCausesTransactionCommit() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
dataSize - Variable in class org.mariadb.jdbc.client.result.Result
 
DateCodec - Class in org.mariadb.jdbc.codec.list
 
DateCodec() - Constructor for class org.mariadb.jdbc.codec.list.DateCodec
 
DB_DROPPED - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
dbl() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Doubles a given group element $p$ in $P^2$ or $P^3$ representation and returns the result in $P \times P$ representation.
debug(String) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
debug(String) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
debug(String) - Method in interface org.mariadb.jdbc.util.log.Logger
 
debug(String) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
debug(String, Object...) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
debug(String, Object...) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
debug(String, Object...) - Method in interface org.mariadb.jdbc.util.log.Logger
 
debug(String, Object...) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
debug(String, Throwable) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
debug(String, Throwable) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
debug(String, Throwable) - Method in interface org.mariadb.jdbc.util.log.Logger
 
debug(String, Throwable) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
decode(byte[]) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519LittleEndianEncoding
Decodes a given field element in its 10 byte $2^{25.5}$ representation.
decode(byte[]) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Encoding
Decode a FieldElement from its $(b-1)$-bit encoding.
decode(ReadableByteBuf) - Static method in class org.mariadb.jdbc.message.server.AuthSwitchPacket
 
decode(ReadableByteBuf) - Static method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
decodeBinary(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in interface org.mariadb.jdbc.plugin.Codec
 
decodeBinaryBoolean(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
decodeBinaryByte(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
decodeBinaryDouble(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
decodeBinaryFloat(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
decodeBinaryInt(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
decodeBinaryLong(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
decodeBinaryShort(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
decodeText(ReadableByteBuf, int, ColumnDefinitionPacket, Calendar) - Method in interface org.mariadb.jdbc.plugin.Codec
 
decodeTextBoolean(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
decodeTextByte(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
decodeTextDouble(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
decodeTextFloat(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
decodeTextInt(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
decodeTextLong(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
decodeTextShort(ReadableByteBuf, int, ColumnDefinitionPacket) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
decrementUse(Client, ServerPreparedStatement) - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
decrementUse(Client, ServerPreparedStatement) - Method in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
defaultAuthenticationPluginType() - Method in interface org.mariadb.jdbc.plugin.CredentialPlugin
 
defaultFetchSize() - Method in class org.mariadb.jdbc.Configuration
 
defaultFetchSize(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
DefaultTlsSocketPlugin - Class in org.mariadb.jdbc.client.tls
 
DefaultTlsSocketPlugin() - Constructor for class org.mariadb.jdbc.client.tls.DefaultTlsSocketPlugin
 
defineCurve(EdDSANamedCurveSpec) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
 
deleteRow() - Method in class org.mariadb.jdbc.client.result.Result
 
deleteRow() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
deletesAreDetected(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
description() - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
description() - Method in interface org.mariadb.jdbc.message.client.ClientMessage
 
description() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
description() - Method in class org.mariadb.jdbc.message.client.PreparePacket
 
description() - Method in class org.mariadb.jdbc.message.client.QueryPacket
 
description() - Method in class org.mariadb.jdbc.message.client.QueryWithParametersPacket
 
DISABLE - org.mariadb.jdbc.SslMode
 
divide(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
doesMaxRowSizeIncludeBlobs() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
DoubleCodec - Class in org.mariadb.jdbc.codec.list
 
DoubleCodec() - Constructor for class org.mariadb.jdbc.codec.list.DoubleCodec
 
Driver - Class in org.mariadb.jdbc
 
Driver() - Constructor for class org.mariadb.jdbc.Driver
 
DRIVER_NAME - Static variable in class org.mariadb.jdbc.DatabaseMetaData
 
dumpQueriesOnException() - Method in class org.mariadb.jdbc.Configuration
 
dumpQueriesOnException(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
DurationCodec - Class in org.mariadb.jdbc.codec.list
 
DurationCodec() - Constructor for class org.mariadb.jdbc.codec.list.DurationCodec
 

E

ED_25519 - Static variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
 
ED_25519_CURVE_SPEC - Static variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
 
Ed25519FieldElement - Class in org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
Creates a field element.
Ed25519LittleEndianEncoding - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519
Helper class for encoding/decoding from/to the 32 byte representation.
Ed25519LittleEndianEncoding() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519LittleEndianEncoding
 
Ed25519PasswordPlugin - Class in org.mariadb.jdbc.plugin.authentication.standard
 
Ed25519PasswordPlugin() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.Ed25519PasswordPlugin
 
Ed25519ScalarOps - Class in org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519ScalarOps
 
EdDSANamedCurveSpec - Class in org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveSpec
 
EdDSANamedCurveTable - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec
The named EdDSA curves.
EdDSANamedCurveTable() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
 
EdDSAParameterSpec - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec
Parameter specification for an EdDSA algorithm.
EdDSAParameterSpec(Curve, String, ScalarOps, GroupElement) - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
 
EIGHT - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
enabledSslCipherSuites() - Method in class org.mariadb.jdbc.Configuration
 
enabledSslCipherSuites(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
enabledSslProtocolSuites() - Method in class org.mariadb.jdbc.Configuration
 
enabledSslProtocolSuites(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.AuthMoreRawPacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.ChangeDbPacket
 
encode(PacketWriter, Context) - Method in interface org.mariadb.jdbc.message.client.ClientMessage
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.ClosePreparePacket
COM_STMT_CLOSE packet.
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.HandshakeResponse
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.LongDataPacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.PingPacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.PreparePacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.QueryPacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.QueryWithParametersPacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.QuitPacket
 
encode(PacketWriter, Context) - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.ResetPacket
 
encode(PacketWriter, Context) - Method in class org.mariadb.jdbc.message.client.SslRequestPacket
 
encode(PacketWriter, Context, PrepareResultPacket) - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
encode(PacketWriter, Context, PrepareResultPacket) - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
encode(PacketWriter, Context, PrepareResultPacket) - Method in interface org.mariadb.jdbc.message.client.RedoableClientMessage
 
encode(PacketWriter, Context, PrepareResultPacket) - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
encode(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519LittleEndianEncoding
Encodes a given field element in its 32 byte representation.
encode(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Encoding
Encode a FieldElement in its $(b-1)$-bit encoding.
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
encodeBinary(PacketWriter, Object, Calendar, Long) - Method in interface org.mariadb.jdbc.plugin.Codec
 
encodeData(InputStream, Long) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
encodeData(Reader, Long) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
encodeData(Blob, Long) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
encodeData(Clob, Long) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
encodeData(T, Long) - Method in interface org.mariadb.jdbc.plugin.Codec
 
encodeLongData(PacketWriter, InputStream, Long) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
encodeLongData(PacketWriter, Reader, Long) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
encodeLongData(PacketWriter, Blob, Long) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
encodeLongData(PacketWriter, Clob, Long) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
encodeLongData(PacketWriter, T, Long) - Method in interface org.mariadb.jdbc.plugin.Codec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
encodeText(PacketWriter, Context, Object, Calendar, Long) - Method in interface org.mariadb.jdbc.plugin.Codec
 
Encoding - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
Common interface for all $(b-1)$-bit encodings of elements of EdDSA finite fields.
Encoding() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Encoding
 
encrypt(PublicKey, String, byte[]) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
Encode password with seed and public key.
encryptPassword(CharSequence, byte[]) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin
Encrypts a password.
ensureReplayable(Context) - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
ensureReplayable(Context) - Method in class org.mariadb.jdbc.message.client.QueryWithParametersPacket
 
ensureReplayable(Context) - Method in interface org.mariadb.jdbc.message.client.RedoableClientMessage
 
ENUM - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
EnvCredentialPlugin - Class in org.mariadb.jdbc.plugin.credential.env
Authentication using environment variable.
EnvCredentialPlugin() - Constructor for class org.mariadb.jdbc.plugin.credential.env.EnvCredentialPlugin
 
equal(byte[], byte[]) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
Constant-time byte[] comparison.
equal(int, int) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
Constant-time byte comparison.
equals(Object) - Method in class org.mariadb.jdbc.Configuration
 
equals(Object) - Method in class org.mariadb.jdbc.HostAddress
 
equals(Object) - Method in class org.mariadb.jdbc.MariaDbBlob
 
equals(Object) - Method in class org.mariadb.jdbc.MariaDbClob
 
equals(Object) - Method in class org.mariadb.jdbc.MariaDbXid
Equal implementation.
equals(Object) - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
equals(Object) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
equals(Object) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
 
equals(Object) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
equals(Object) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
 
equals(Object) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
 
equals(Object) - Method in class org.mariadb.jdbc.type.GeometryCollection
 
equals(Object) - Method in class org.mariadb.jdbc.type.LineString
 
equals(Object) - Method in class org.mariadb.jdbc.type.MultiLineString
 
equals(Object) - Method in class org.mariadb.jdbc.type.MultiPoint
 
equals(Object) - Method in class org.mariadb.jdbc.type.MultiPolygon
 
equals(Object) - Method in class org.mariadb.jdbc.type.Point
 
equals(Object) - Method in class org.mariadb.jdbc.type.Polygon
 
error(String) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
error(String) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
error(String) - Method in interface org.mariadb.jdbc.util.log.Logger
 
error(String) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
error(String, Object...) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
error(String, Object...) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
error(String, Object...) - Method in interface org.mariadb.jdbc.util.log.Logger
 
error(String, Object...) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
error(String, Throwable) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
error(String, Throwable) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
error(String, Throwable) - Method in interface org.mariadb.jdbc.util.log.Logger
 
error(String, Throwable) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
ErrorPacket - Class in org.mariadb.jdbc.message.server
 
ErrorPacket(ReadableByteBuf, Context) - Constructor for class org.mariadb.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 org.mariadb.jdbc.Statement
 
escapeString(String, boolean) - Static method in class org.mariadb.jdbc.DatabaseMetaData
Escape String.
escapeTimeout(String) - Method in class org.mariadb.jdbc.Statement
 
exceptionFactory - Variable in class org.mariadb.jdbc.client.result.Result
 
exceptionFactory() - Method in class org.mariadb.jdbc.Statement
 
ExceptionFactory - Class in org.mariadb.jdbc.util.exceptions
 
ExceptionFactory(Configuration, HostAddress) - Constructor for class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
ExceptionFactory.SqlExceptionFactory - Class in org.mariadb.jdbc.util.exceptions
 
execute() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
execute() - Method in class org.mariadb.jdbc.ClientPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute() - Method in class org.mariadb.jdbc.ServerPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
execute(String) - Method in class org.mariadb.jdbc.Statement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
execute(String, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
execute(String, int[]) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
execute(String, String[]) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeBatch() - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
executeBatch() - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
executeBatch() - Method in class org.mariadb.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 org.mariadb.jdbc.ServerPreparedStatement
 
executeInternalBatchPipeline() - Method in class org.mariadb.jdbc.Statement
 
executeInternalBatchStandard() - Method in class org.mariadb.jdbc.Statement
 
executeLargeBatch() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
executeLargeBatch() - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
executeLargeBatch() - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
executeLargeBatch() - Method in class org.mariadb.jdbc.Statement
Execute batch, like executeBatch(), with returning results with long[].
executeLargeUpdate() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
executeLargeUpdate() - Method in class org.mariadb.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 org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeLargeUpdate(String) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeLargeUpdate(String, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeLargeUpdate(String, int[]) - Method in class org.mariadb.jdbc.Statement
Identical to executeLargeUpdate(String sql, int autoGeneratedKeys) with autoGeneratedKeys = Statement.RETURN_GENERATED_KEYS set.
executeLargeUpdate(String, String[]) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
executeLargeUpdate(String, String[]) - Method in class org.mariadb.jdbc.Statement
Identical to executeLargeUpdate(String sql, int autoGeneratedKeys) with autoGeneratedKeys = Statement.RETURN_GENERATED_KEYS set.
ExecutePacket - Class in org.mariadb.jdbc.message.client
See https://mariadb.com/kb/en/com_stmt_execute/ for documentation
ExecutePacket(PrepareResultPacket, ParameterList, String, ServerPreparedStatement) - Constructor for class org.mariadb.jdbc.message.client.ExecutePacket
 
executeQuery() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
executeQuery() - Method in class org.mariadb.jdbc.ClientPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery() - Method in class org.mariadb.jdbc.ServerPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
executeQuery(String) - Method in class org.mariadb.jdbc.Statement
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
executeUpdate() - Method in class org.mariadb.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 org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeUpdate(String) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeUpdate(String, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeUpdate(String, int[]) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
 
executeUpdate(String, String[]) - Method in class org.mariadb.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.

F

f - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Encoding
 
f - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
FALLBACK_PROPERTY - Static variable in class org.mariadb.jdbc.util.log.Loggers
 
fetchRemaining() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
fetchRemaining() - Method in class org.mariadb.jdbc.client.result.Result
 
fetchRemaining() - Method in class org.mariadb.jdbc.client.result.StreamingResult
When protocol has a current Streaming result (this) fetch all to permit another query is executing.
fetchRemaining() - Method in class org.mariadb.jdbc.Statement
Permit to streaming result to fetch remaining results.
fetchSize - Variable in class org.mariadb.jdbc.Statement
 
Field - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
An EdDSA finite field.
Field(int, byte[], Encoding) - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
FieldElement - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
Note: concrete subclasses must implement hashCode() and equals()
FieldElement(Field) - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
findColumn(String) - Method in class org.mariadb.jdbc.client.result.Result
 
fireConnectionClosed(ConnectionEvent) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
fireConnectionErrorOccurred(SQLException) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
fireStatementClosed(PreparedStatement) - Method in class org.mariadb.jdbc.Connection
 
fireStatementClosed(PreparedStatement) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
fireStatementErrorOccurred(PreparedStatement, SQLException) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
first() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
first() - Method in class org.mariadb.jdbc.client.result.Result
 
first() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
first() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
FIVE - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
FloatCodec - Class in org.mariadb.jdbc.codec.list
 
FloatCodec() - Constructor for class org.mariadb.jdbc.codec.list.FloatCodec
 
flush() - Method in class org.mariadb.jdbc.client.socket.CompressOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Send packet to socket.
flushBufferStopAtMark() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Flush to last mark.
FOUND_ROWS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
FOUR - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
free() - Method in class org.mariadb.jdbc.MariaDbBlob
This method frees the Blob object and releases the resources that it holds.
from(String) - Static method in enum org.mariadb.jdbc.SslMode
 
from(String) - Static method in enum org.mariadb.jdbc.TransactionIsolation
 
from(String) - Static method in enum org.mariadb.jdbc.util.constants.HaMode
 
from(String, int) - Static method in class org.mariadb.jdbc.HostAddress
 
from(String, int, boolean) - Static method in class org.mariadb.jdbc.HostAddress
 
fromByteArray(byte[]) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
FunctionStatement - Class in org.mariadb.jdbc
 
FunctionStatement(Connection, String, String, String, ReentrantLock, boolean, boolean, int, int) - Constructor for class org.mariadb.jdbc.FunctionStatement
 

G

galeraAllowedState() - Method in class org.mariadb.jdbc.Configuration
 
galeraAllowedState(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
generatedKeyAlwaysReturned() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
generatePublicKey(byte[]) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
Read public pem key from String.
Geometry - Interface in org.mariadb.jdbc.type
 
GeometryCollection - Class in org.mariadb.jdbc.type
 
GeometryCollection(Geometry[]) - Constructor for class org.mariadb.jdbc.type.GeometryCollection
 
GeometryCollectionCodec - Class in org.mariadb.jdbc.codec.list
 
GeometryCollectionCodec() - Constructor for class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
geometryDefaultType() - Method in class org.mariadb.jdbc.Configuration
 
geometryDefaultType(String) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate what default Object type Geometry a resultset.getObject must return.
get() - Method in class org.mariadb.jdbc.plugin.credential.aws.AwsIamCredentialPlugin
 
get() - Method in class org.mariadb.jdbc.plugin.credential.env.EnvCredentialPlugin
 
get() - Method in class org.mariadb.jdbc.plugin.credential.system.PropertiesCredentialPlugin
 
get(String) - Static method in class org.mariadb.jdbc.plugin.credential.CredentialPluginLoader
Get current Identity plugin according to option `identityType`.
get(String) - Static method in class org.mariadb.jdbc.plugin.tls.TlsSocketPluginLoader
Get authentication plugin from type String.
get(String, Configuration) - Static method in class org.mariadb.jdbc.plugin.authentication.AuthenticationPluginLoader
Get authentication plugin from type String.
get2D() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
getAcceptedIssuers() - Method in class org.mariadb.jdbc.client.tls.MariaDbX509TrustingManager
 
getActiveConnections() - Method in class org.mariadb.jdbc.pool.Pool
 
getActiveConnections() - Method in interface org.mariadb.jdbc.pool.PoolMBean
 
getAffectedRows() - Method in class org.mariadb.jdbc.message.server.OkPacket
 
getArray(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getArray(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getAsciiStream() - Method in class org.mariadb.jdbc.MariaDbClob
 
getAsciiStream(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getAsciiStream(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getAttributes(String, String, String, String) - Method in class org.mariadb.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 org.mariadb.jdbc.plugin.authentication.addon.gssapi.GssUtility
Get authentication method according to classpath.
getAuthenticationPluginType() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getAutoCommit() - Method in class org.mariadb.jdbc.Connection
 
getAvailableHost(List<HostAddress>, ConcurrentMap<HostAddress, Long>, boolean) - Method in enum org.mariadb.jdbc.util.constants.HaMode
 
getAvailableHostInOrder(List<HostAddress>, ConcurrentMap<HostAddress, Long>, boolean) - Static method in enum org.mariadb.jdbc.util.constants.HaMode
 
getb() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
getB() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class org.mariadb.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(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getBigDecimal(int, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Deprecated.
use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int, int) - Method in class org.mariadb.jdbc.client.result.Result
Deprecated.
getBigDecimal(String) - Method in class org.mariadb.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(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getBigDecimal(String, int) - Method in class org.mariadb.jdbc.client.result.Result
Deprecated.
getBigInteger(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getBigInteger(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.BlobCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.BooleanCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.ByteCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.ClobCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.DateCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.DoubleCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.DurationCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.FloatCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.IntCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.LineStringCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.LongCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.PointCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.PolygonCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.ReaderCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.ShortCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.StreamCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.StringCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.TimeCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.TimestampCodec
 
getBinaryEncodeType() - Method in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
getBinaryEncodeType() - Method in interface org.mariadb.jdbc.plugin.Codec
 
getBinaryStream() - Method in class org.mariadb.jdbc.MariaDbBlob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getBinaryStream(long, long) - Method in class org.mariadb.jdbc.MariaDbBlob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getBlob(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getBlob(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getBoolean(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getBoolean(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getBranchQualifier() - Method in class org.mariadb.jdbc.MariaDbXid
 
getByName(String) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveTable
 
getByte(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getByte(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getBytes(int) - Method in class org.mariadb.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(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getBytes(long, int) - Method in class org.mariadb.jdbc.MariaDbBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getCapabilities() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getCatalog() - Method in class org.mariadb.jdbc.Connection
 
getCatalogName(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Get the designated column's table's schema.
getCatalogs() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getCatalogSeparator() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getCatalogTerm() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getCertificateChain(String) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
getCharacterStream() - Method in class org.mariadb.jdbc.MariaDbClob
 
getCharacterStream(int) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getCharacterStream(long, long) - Method in class org.mariadb.jdbc.MariaDbClob
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream(String) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getClient() - Method in class org.mariadb.jdbc.Connection
 
getClientAliases(String, Principal[]) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
getClientInfo() - Method in class org.mariadb.jdbc.Connection
 
getClientInfo(String) - Method in class org.mariadb.jdbc.Connection
 
getClientInfoProperties() - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClob(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getClob(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getColumn() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getColumnAlias() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getColumnClassName(int) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.ResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnLabel(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Get the designated column's name.
getColumnPrivileges(String, String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns() - Method in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
getColumns(String, String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumnType(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Retrieves the designated column's SQL type.
getColumnType(Configuration) - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getColumnTypeName(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Retrieves the designated column's database-specific type name.
getCommand() - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
getCommand() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
getCommand() - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
getConcurrency() - Method in class org.mariadb.jdbc.client.result.Result
 
getConcurrency() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
getConf() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getConf() - Method in interface org.mariadb.jdbc.client.context.Context
 
getConf() - Method in class org.mariadb.jdbc.pool.Pool
 
getConnection() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getConnection() - Method in class org.mariadb.jdbc.MariaDbDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
getConnection() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class org.mariadb.jdbc.Statement
Retrieves the Connection object that produced this Statement object.
getConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnectionRequests() - Method in class org.mariadb.jdbc.pool.Pool
 
getConnectionRequests() - Method in interface org.mariadb.jdbc.pool.PoolMBean
 
getContext() - Method in class org.mariadb.jdbc.Connection
 
getCrossReference(String, String, String, String, String, String) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getCursorName() - Method in class org.mariadb.jdbc.client.result.Result
 
getCurve() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
 
getD() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
getDatabase() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getDatabase() - Method in interface org.mariadb.jdbc.client.context.Context
 
getDatabaseMajorVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDatabaseProductName() - Method in class org.mariadb.jdbc.DatabaseMetaData
Return Server type.
getDatabaseProductVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDate(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getDate(int, Calendar) - Method in class org.mariadb.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(int, Calendar) - Method in class org.mariadb.jdbc.client.result.Result
 
getDate(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getDate(String, Calendar) - Method in class org.mariadb.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(String, Calendar) - Method in class org.mariadb.jdbc.client.result.Result
 
getDecimals() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getDefaultCodec(Configuration) - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getDefaultCollation() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getDefaultTransactionIsolation() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDisplaySize() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getDouble(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getDouble(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getDriverMajorVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDriverMinorVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDriverName() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getDriverVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getEncoding() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
getErrorCode() - Method in class org.mariadb.jdbc.message.server.ErrorPacket
 
getExceptionFactory() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getExceptionFactory() - Method in interface org.mariadb.jdbc.client.context.Context
 
getExceptionFactory() - Method in class org.mariadb.jdbc.Connection
 
getExportedKeys(String, String, String) - Method in class org.mariadb.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 org.mariadb.jdbc.DatabaseMetaData
 
getExtTypeName() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getFetchDirection() - Method in class org.mariadb.jdbc.client.result.Result
 
getFetchDirection() - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.CompleteResult
 
getFetchSize() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
getFetchSize() - Method in class org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
getFieldOrder() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket.SockAddr
 
getFlags() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getFloat(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getFloat(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getFormatId() - Method in class org.mariadb.jdbc.MariaDbXid
 
getFunctionColumns(String, String, String, String) - Method in class org.mariadb.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 org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getGeneratedKeys() - Method in class org.mariadb.jdbc.Statement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeometries() - Method in class org.mariadb.jdbc.type.GeometryCollection
 
getGeometry(ReadableByteBuf, int, ColumnDefinitionPacket) - Static method in interface org.mariadb.jdbc.type.Geometry
 
getGlobalTransactionId() - Method in class org.mariadb.jdbc.MariaDbXid
 
getHashAlgorithm() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
 
getHoldability() - Method in class org.mariadb.jdbc.client.result.Result
 
getHoldability() - Method in class org.mariadb.jdbc.Connection
 
getI() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
getIdentifierQuoteString() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getIdleConnections() - Method in class org.mariadb.jdbc.pool.Pool
 
getIdleConnections() - Method in interface org.mariadb.jdbc.pool.PoolMBean
 
getImportedKeys(String, String, String) - Method in class org.mariadb.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).
getImportedKeysUsingInformationSchema(String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
GetImportedKeysUsingInformationSchema.
getImportedKeysUsingShowCreateTable(String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
GetImportedKeysUsingShowCreateTable.
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getInputStream() - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
getInputStream() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
getInt(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getInt(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getJDBCMajorVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getLargeMaxRows() - Method in class org.mariadb.jdbc.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getLargeUpdateCount() - Method in class org.mariadb.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 org.mariadb.jdbc.message.server.OkPacket
 
getLastUsed() - Method in class org.mariadb.jdbc.pool.InternalPoolConnection
Indicate last time this pool connection has been used.
getLength() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getLevel() - Method in enum org.mariadb.jdbc.TransactionIsolation
 
getLines() - Method in class org.mariadb.jdbc.type.MultiLineString
 
getLines() - Method in class org.mariadb.jdbc.type.Polygon
 
getLogger(Class<?>) - Static method in class org.mariadb.jdbc.util.log.Loggers
 
getLogger(String) - Static method in class org.mariadb.jdbc.util.log.Loggers
 
getLoginTimeout() - Method in class org.mariadb.jdbc.MariaDbDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class org.mariadb.jdbc.MariaDbDataSource
Implementation doesn't use logwriter
getLogWriter() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Implementation doesn't use logwriter
getLong(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getLong(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getLowercaseTableNames() - Method in class org.mariadb.jdbc.Connection
Are table case-sensitive or not .
getMajorVersion() - Method in class org.mariadb.jdbc.Driver
gets the major version of the driver.
getMaxBinaryLiteralLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxConnections() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxFieldSize() - Method in class org.mariadb.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 org.mariadb.jdbc.DatabaseMetaData
 
getMaxLogicalLobSize() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxRows() - Method in class org.mariadb.jdbc.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRowSize() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxStatementLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxStatements() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxTableNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMaxUserNameLength() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getMessage() - Method in class org.mariadb.jdbc.message.server.ErrorPacket
 
getMeta() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
getMetaData() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
getMetaData() - Method in class org.mariadb.jdbc.client.result.Result
 
getMetaData() - Method in class org.mariadb.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 org.mariadb.jdbc.Connection
 
getMetaData() - Method in class org.mariadb.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 org.mariadb.jdbc.Driver
gets the minor version of the driver.
getMoreResults() - Method in class org.mariadb.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 org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSANamedCurveSpec
 
getName() - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
getName() - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
getName() - Method in interface org.mariadb.jdbc.util.log.Logger
 
getName() - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
getNCharacterStream(int) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getNCharacterStream(String) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getNClob(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getNClob(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getNetworkTimeout() - Method in class org.mariadb.jdbc.Connection
 
getNString(int) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getNString(String) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getNumericFunctions() - Method in class org.mariadb.jdbc.DatabaseMetaData
List of numeric functions.
getObject(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getObject(int, Class<T>) - Method in class org.mariadb.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(int, Class<T>) - Method in class org.mariadb.jdbc.client.result.Result
 
getObject(int, Map<String, Class<?>>) - Method in class org.mariadb.jdbc.BaseCallableStatement
Returns an object representing the value of OUT parameter parameterIndex and uses map for the custom mapping of the parameter value.
getObject(int, Map<String, Class<?>>) - Method in class org.mariadb.jdbc.client.result.Result
 
getObject(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getObject(String, Class<T>) - Method in class org.mariadb.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(String, Class<T>) - Method in class org.mariadb.jdbc.client.result.Result
 
getObject(String, Map<String, Class<?>>) - Method in class org.mariadb.jdbc.BaseCallableStatement
Returns an object representing the value of OUT parameter parameterName and uses map for the custom mapping of the parameter value.
getObject(String, Map<String, Class<?>>) - Method in class org.mariadb.jdbc.client.result.Result
 
getOutputStream() - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
getOutputStream() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
getParameterClassName(int) - Method in class org.mariadb.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 org.mariadb.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 org.mariadb.jdbc.CallableParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterCount() - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterMetaData() - Method in class org.mariadb.jdbc.BaseCallableStatement
 
getParameterMetaData() - Method in class org.mariadb.jdbc.BasePreparedStatement
 
getParameterMetaData() - Method in class org.mariadb.jdbc.ClientPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterMetaData() - Method in class org.mariadb.jdbc.ServerPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterMode(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves the designated parameter's mode.
getParameterMode(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves the designated parameter's mode.
getParameterName(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
 
getParameters() - Method in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
getParameterType(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterType(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves the designated parameter's database-specific type name.
getParameterTypeName(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves the designated parameter's database-specific type name.
getParentLogger() - Method in class org.mariadb.jdbc.Driver
 
getParentLogger() - Method in class org.mariadb.jdbc.MariaDbDataSource
Not implemented
getParentLogger() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Not implemented
getPassword() - Method in class org.mariadb.jdbc.plugin.Credential
 
getPlugin() - Method in class org.mariadb.jdbc.message.server.AuthSwitchPacket
 
getPoints() - Method in class org.mariadb.jdbc.type.LineString
 
getPoints() - Method in class org.mariadb.jdbc.type.MultiPoint
 
getPolygons() - Method in class org.mariadb.jdbc.type.MultiPolygon
 
getPoolConnection() - Method in class org.mariadb.jdbc.pool.Pool
Retrieve new connection.
getPoolConnection(String, String) - Method in class org.mariadb.jdbc.pool.Pool
Get new connection from pool if user and password correspond to pool.
getPooledConnection() - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getPooledConnection() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
 
getPooledConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getPooledConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
 
getPoolName() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
 
getPoolTag() - Method in class org.mariadb.jdbc.pool.Pool
 
getPrecision() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
Return metadata precision.
getPrecision(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves the designated parameter's specified column size.
getPrecision(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Get the designated column's specified column size.
getPrecision(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves the designated parameter's specified column size.
getPrepareCache() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getPrepareCache() - Method in interface org.mariadb.jdbc.client.context.Context
 
getPrimaryKeys(String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the given table's primary key columns.
getPrivateKey(String) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
getProcedureColumns(String, String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getPropertyInfo(String, Properties) - Method in class org.mariadb.jdbc.Driver
Get the property info.
getPseudoColumns(String, String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getQueryTimeout() - Method in class org.mariadb.jdbc.Statement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getRef(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getRef(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getRepresentation() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Gets the representation of the group element.
getResultSet() - Method in class org.mariadb.jdbc.Statement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class org.mariadb.jdbc.Statement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getResultSetHoldability() - Method in class org.mariadb.jdbc.Statement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.mariadb.jdbc.Statement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRow() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
getRow() - Method in class org.mariadb.jdbc.client.result.Result
 
getRow() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
getRowId(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getRowId(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getRowIdLifetime() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getScale(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point.
getScale(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getScale(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point.
getSchema() - Method in class org.mariadb.jdbc.Connection
 
getSchema() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getSchemaName(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
 
getSchemas() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getSchemas(String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getSchemaTerm() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getSearchStringEscape() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getSeed() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getSeed() - Method in interface org.mariadb.jdbc.client.context.Context
 
getSeed() - Method in class org.mariadb.jdbc.message.server.AuthSwitchPacket
 
getSeed() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getSequence() - Method in class org.mariadb.jdbc.client.socket.PacketReader
 
getServerAliases(String, Principal[]) - Method in class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
 
getServerCapabilities() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getServerCapabilities() - Method in interface org.mariadb.jdbc.client.context.Context
 
getServerStatus() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getServerStatus() - Method in interface org.mariadb.jdbc.client.context.Context
 
getServerStatus() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getShort(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getShort(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getSocketFactory(Configuration, ExceptionFactory) - Method in class org.mariadb.jdbc.client.tls.DefaultTlsSocketPlugin
 
getSocketFactory(Configuration, ExceptionFactory) - Method in interface org.mariadb.jdbc.plugin.TlsSocketPlugin
Get socket factory.
getSocketHandler() - Static method in class org.mariadb.jdbc.client.socket.SocketUtility
Create socket according to options.
getSql() - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
getSql() - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory.SqlExceptionFactory
 
getSQLKeywords() - Method in class org.mariadb.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 org.mariadb.jdbc.message.server.ErrorPacket
 
getSQLStateType() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getSQLXML(int) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getSQLXML(String) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.Result
 
getStateFlag() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getStateFlag() - Method in interface org.mariadb.jdbc.client.context.Context
 
getStatement() - Method in class org.mariadb.jdbc.client.result.Result
 
getStatementId() - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
getStatementId() - Method in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
getString(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getString(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getStringFunctions() - Method in class org.mariadb.jdbc.DatabaseMetaData
List of string functions.
getSubString(long, int) - Method in class org.mariadb.jdbc.MariaDbClob
Get sub string.
getSuperTables(String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class org.mariadb.jdbc.DatabaseMetaData
List of system functions.
getTable() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getTableAlias() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getTableName(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Gets the designated column's table name.
getTablePrivileges(String, String, String) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getThreadId() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getThreadId() - Method in interface org.mariadb.jdbc.client.context.Context
 
getThreadId() - Method in class org.mariadb.jdbc.Connection
 
getThreadId() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getTime(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getTime(int, Calendar) - Method in class org.mariadb.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(int, Calendar) - Method in class org.mariadb.jdbc.client.result.Result
 
getTime(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getTime(String, Calendar) - Method in class org.mariadb.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(String, Calendar) - Method in class org.mariadb.jdbc.client.result.Result
 
getTimeDateFunctions() - Method in class org.mariadb.jdbc.DatabaseMetaData
List of time and date functions.
getTimestamp(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getTimestamp(int, Calendar) - Method in class org.mariadb.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(int, Calendar) - Method in class org.mariadb.jdbc.client.result.Result
 
getTimestamp(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getTimestamp(String, Calendar) - Method in class org.mariadb.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(String, Calendar) - Method in class org.mariadb.jdbc.client.result.Result
 
getToken() - Method in class org.mariadb.jdbc.plugin.credential.aws.AwsCredentialGenerator
 
getTotalConnections() - Method in class org.mariadb.jdbc.pool.Pool
 
getTotalConnections() - Method in interface org.mariadb.jdbc.pool.PoolMBean
 
getTransactionIsolation() - Method in class org.mariadb.jdbc.Connection
 
getTransactionIsolationLevel() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getTransactionIsolationLevel() - Method in interface org.mariadb.jdbc.client.context.Context
 
getTransactionSaver() - Method in class org.mariadb.jdbc.client.context.RedoContext
 
getTruncatedSeed(byte[]) - Static method in class org.mariadb.jdbc.message.server.AuthSwitchPacket
 
getType() - Method in class org.mariadb.jdbc.client.result.Result
 
getType() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
getTypeInfo() - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of all the data types supported by this database.
getTypeMap() - Method in class org.mariadb.jdbc.Connection
 
getUDTs(String, String, String, int[]) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUnicodeStream(int) - Method in class org.mariadb.jdbc.client.result.Result
Deprecated.
getUnicodeStream(String) - Method in class org.mariadb.jdbc.client.result.Result
Deprecated.
getUpdateCount() - Method in class org.mariadb.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() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getURL(int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(int) - Method in class org.mariadb.jdbc.client.result.Result
 
getURL(String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class org.mariadb.jdbc.client.result.Result
 
getUser() - Method in class org.mariadb.jdbc.plugin.Credential
 
getUserName() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
getValue() - Method in enum org.mariadb.jdbc.TransactionIsolation
 
getVersion() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getVersion() - Method in interface org.mariadb.jdbc.client.context.Context
 
getVersion() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
getVersionColumns(String, String, String) - Method in class org.mariadb.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 org.mariadb.jdbc.Connection
 
getWarning() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
getWarning() - Method in interface org.mariadb.jdbc.client.context.Context
 
getWarnings() - Method in class org.mariadb.jdbc.client.result.Result
 
getWarnings() - Method in class org.mariadb.jdbc.Connection
 
getWarnings() - Method in class org.mariadb.jdbc.Statement
Retrieves the first warning reported by calls on this Statement object.
getX() - Method in class org.mariadb.jdbc.type.Point
 
getXAConnection() - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getXAConnection() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
 
getXAConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getXAConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
 
getXAResource() - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
getY() - Method in class org.mariadb.jdbc.type.Point
 
getZero(GroupElement.Representation) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
GroupElement - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
A point $(x,y)$ on an EdDSA curve.
GroupElement(Curve, byte[]) - Constructor for class org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a group element for a curve from a given encoded point.
GroupElement(Curve, GroupElement.Representation, FieldElement, FieldElement, FieldElement, FieldElement) - Constructor for class org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a group element for a curve, with optional pre-computation.
GroupElement.Representation - Enum in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
Available representations for a group element.
GssapiAuth - Interface in org.mariadb.jdbc.plugin.authentication.addon.gssapi
 
GssUtility - Class in org.mariadb.jdbc.plugin.authentication.addon.gssapi
 
GssUtility() - Constructor for class org.mariadb.jdbc.plugin.authentication.addon.gssapi.GssUtility
 

H

haMode() - Method in class org.mariadb.jdbc.Configuration
 
haMode(HaMode) - Method in class org.mariadb.jdbc.Configuration.Builder
 
HaMode - Enum in org.mariadb.jdbc.util.constants
 
handleParameterOutput() - Method in class org.mariadb.jdbc.FunctionStatement
 
handleParameterOutput() - Method in class org.mariadb.jdbc.ProcedureStatement
 
handleParameterOutput() - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
HandshakeResponse - Class in org.mariadb.jdbc.message.client
 
HandshakeResponse(Credential, String, byte[], Configuration, String, long, byte) - Constructor for class org.mariadb.jdbc.message.client.HandshakeResponse
 
hasDefault() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
hasFlushed() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
hashCode() - Method in class org.mariadb.jdbc.Configuration
 
hashCode() - Method in class org.mariadb.jdbc.HostAddress
 
hashCode() - Method in class org.mariadb.jdbc.MariaDbBlob
 
hashCode() - Method in class org.mariadb.jdbc.MariaDbXid
 
hashCode() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
hashCode() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Curve
 
hashCode() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
 
hashCode() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
hashCode() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
 
hashCode() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec.EdDSAParameterSpec
 
hashCode() - Method in class org.mariadb.jdbc.type.GeometryCollection
 
hashCode() - Method in class org.mariadb.jdbc.type.LineString
 
hashCode() - Method in class org.mariadb.jdbc.type.MultiLineString
 
hashCode() - Method in class org.mariadb.jdbc.type.MultiPoint
 
hashCode() - Method in class org.mariadb.jdbc.type.MultiPolygon
 
hashCode() - Method in class org.mariadb.jdbc.type.Point
 
hashCode() - Method in class org.mariadb.jdbc.type.Polygon
 
hex(byte[], byte[], int, int, int) - Static method in class org.mariadb.jdbc.util.log.LoggerHelper
 
hex(byte[], int, int) - Static method in class org.mariadb.jdbc.util.log.LoggerHelper
Write bytes/hexadecimal value of a byte array to a StringBuilder.
hex(byte[], int, int, int) - Static method in class org.mariadb.jdbc.util.log.LoggerHelper
 
hexToBytes(String) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
Converts a hex string to bytes.
host - Variable in class org.mariadb.jdbc.HostAddress
 
HostAddress - Class in org.mariadb.jdbc
 
HostnameVerifier - Class in org.mariadb.jdbc.client.tls
 
HostnameVerifier() - Constructor for class org.mariadb.jdbc.client.tls.HostnameVerifier
 

I

Identifier() - Constructor for class org.mariadb.jdbc.DatabaseMetaData.Identifier
 
IGNORE_SIGPIPE - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
IGNORE_SPACE - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
IN_TRANSACTION - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
includeInnodbStatusInDeadlockExceptions() - Method in class org.mariadb.jdbc.Configuration
 
includeInnodbStatusInDeadlockExceptions(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
includeThreadDumpInDeadlockExceptions() - Method in class org.mariadb.jdbc.Configuration
 
includeThreadDumpInDeadlockExceptions(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
incrementUse(ServerPreparedStatement) - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
info(String) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
info(String) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
info(String) - Method in interface org.mariadb.jdbc.util.log.Logger
 
info(String) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
info(String, Object...) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
info(String, Object...) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
info(String, Object...) - Method in interface org.mariadb.jdbc.util.log.Logger
 
info(String, Object...) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
info(String, Throwable) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
info(String, Throwable) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
info(String, Throwable) - Method in interface org.mariadb.jdbc.util.log.Logger
 
info(String, Throwable) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
init() - Static method in class org.mariadb.jdbc.util.log.Loggers
 
InitialHandshakePacket - Class in org.mariadb.jdbc.message.server
 
initialize(String, byte[], Configuration) - Method in class org.mariadb.jdbc.plugin.authentication.addon.ClearPasswordPlugin
 
initialize(String, byte[], Configuration) - Method in class org.mariadb.jdbc.plugin.authentication.addon.SendGssApiAuthPacket
Initialization.
initialize(String, byte[], Configuration) - Method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
Initialized data.
initialize(String, byte[], Configuration) - Method in class org.mariadb.jdbc.plugin.authentication.standard.Ed25519PasswordPlugin
Initialization.
initialize(String, byte[], Configuration) - Method in class org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin
Initialized data.
initialize(String, byte[], Configuration) - Method in class org.mariadb.jdbc.plugin.authentication.standard.SendPamAuthPacket
Initialization.
initialize(String, byte[], Configuration) - Method in interface org.mariadb.jdbc.plugin.AuthenticationPlugin
Plugin initialization.
initialize(Configuration, String, HostAddress) - Method in class org.mariadb.jdbc.plugin.credential.aws.AwsIamCredentialPlugin
 
initialize(Configuration, String, HostAddress) - Method in class org.mariadb.jdbc.plugin.credential.env.EnvCredentialPlugin
 
initialize(Configuration, String, HostAddress) - Method in class org.mariadb.jdbc.plugin.credential.system.PropertiesCredentialPlugin
 
initialize(Configuration, String, HostAddress) - Method in interface org.mariadb.jdbc.plugin.CredentialPlugin
 
initialUrl() - Method in class org.mariadb.jdbc.Configuration
 
initPacket() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
insertRow() - Method in class org.mariadb.jdbc.client.result.Result
 
insertRow() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
insertsAreDetected(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.BigDecimalCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.BigIntegerCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.BitSetCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.BlobCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.BooleanCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.ByteArrayCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.ByteCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.ClobCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.DateCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.DoubleCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.DurationCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.FloatCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.GeometryCollectionCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.IntCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.LineStringCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.LongCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.MultiPointCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.PointCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.PolygonCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.ReaderCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.ShortCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.StreamCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.StringCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.TimeCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.TimestampCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
INSTANCE - Static variable in class org.mariadb.jdbc.message.client.PingPacket
 
INSTANCE - Static variable in class org.mariadb.jdbc.message.client.QuitPacket
 
INSTANCE - Static variable in class org.mariadb.jdbc.message.client.ResetPacket
 
IntCodec - Class in org.mariadb.jdbc.codec.list
 
IntCodec() - Constructor for class org.mariadb.jdbc.codec.list.IntCodec
 
InternalPoolConnection - Class in org.mariadb.jdbc.pool
 
InternalPoolConnection(Connection) - Constructor for class org.mariadb.jdbc.pool.InternalPoolConnection
Constructor.
invert() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
Invert this field element.
invert() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
isAfterLast() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
isAfterLast() - Method in class org.mariadb.jdbc.client.result.Result
 
isAfterLast() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
isAutoIncrement() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
isAutoIncrement(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether the designated column is automatically numbered.
isBeforeFirst() - Method in class org.mariadb.jdbc.client.result.Result
 
isBinary() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
isCaseSensitive(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
isClosed() - Method in class org.mariadb.jdbc.client.result.Result
 
isClosed() - Method in class org.mariadb.jdbc.Connection
 
isClosed() - Method in class org.mariadb.jdbc.Statement
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in class org.mariadb.jdbc.Statement
Returns a value indicating whether this Statement will be closed when all its dependent result sets are closed.
isCommit() - Method in class org.mariadb.jdbc.message.client.QueryPacket
 
isConnected() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
isCurrency(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether the designated column is a cash value.
isDebugEnabled() - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
isDebugEnabled() - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
isDebugEnabled() - Method in interface org.mariadb.jdbc.util.log.Logger
 
isDebugEnabled() - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
isDefinitelyWritable(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether writing on the designated column will definitely succeed.
isEofDeprecated() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
isEofDeprecated() - Method in interface org.mariadb.jdbc.client.context.Context
 
isErrorEnabled() - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
isErrorEnabled() - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
isErrorEnabled() - Method in interface org.mariadb.jdbc.util.log.Logger
 
isErrorEnabled() - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
isExtendedInfo() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
isExtendedInfo() - Method in interface org.mariadb.jdbc.client.context.Context
 
isFirst() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
isFirst() - Method in class org.mariadb.jdbc.client.result.Result
 
isFirst() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
isFunction() - Method in class org.mariadb.jdbc.BaseCallableStatement
 
isFunction() - Method in class org.mariadb.jdbc.FunctionStatement
 
isFunction() - Method in class org.mariadb.jdbc.ProcedureStatement
 
isInfoEnabled() - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
isInfoEnabled() - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
isInfoEnabled() - Method in interface org.mariadb.jdbc.util.log.Logger
 
isInfoEnabled() - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
isIPv4(String) - Static method in class org.mariadb.jdbc.client.tls.HostnameVerifier
 
isIPv6(String) - Static method in class org.mariadb.jdbc.client.tls.HostnameVerifier
 
isLast() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
isLast() - Method in class org.mariadb.jdbc.client.result.Result
 
isLast() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
isMariaDBServer() - Method in class org.mariadb.jdbc.message.server.InitialHandshakePacket
 
isMarked() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
isMustReconnect() - Method in exception org.mariadb.jdbc.util.exceptions.MaxAllowedPacketException
 
isNegative() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
isNegative(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519LittleEndianEncoding
Is the FieldElement negative in this encoding?
isNegative(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Encoding
From the Ed25519 paper:
$x$ is negative if the $(b-1)$-bit encoding of $x$ is lexicographically larger than the $(b-1)$-bit encoding of -x.
isNonZero() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
Gets a value indicating whether or not the field element is non-zero.
isNonZero() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
isNullable(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isNullable(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates the nullability of values in the designated column.
isNullable(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isOnCurve(Curve) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Verify that a point is on the curve.
isOpen() - Method in class org.mariadb.jdbc.type.LineString
 
isOutputParameter() - Method in class org.mariadb.jdbc.client.result.Result
 
isPoolable() - Method in class org.mariadb.jdbc.Statement
Returns a value indicating whether the Statement is poolable or not.
isPrimaryKey() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
isReadOnly() - Method in class org.mariadb.jdbc.Connection
 
isReadOnly() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
isReadOnly(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether the designated column is definitely not writable.
isSearchable(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSigned() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
isSigned(int) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isSigned(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isSigned(int) - Method in class org.mariadb.jdbc.ParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isTraceEnabled() - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
isTraceEnabled() - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
isTraceEnabled() - Method in interface org.mariadb.jdbc.util.log.Logger
 
isTraceEnabled() - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
isValid(int) - Method in class org.mariadb.jdbc.Connection
 
isWarnEnabled() - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
isWarnEnabled() - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
isWarnEnabled() - Method in interface org.mariadb.jdbc.util.log.Logger
 
isWarnEnabled() - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.client.result.Result
 
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.Connection
 
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.MariaDbDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.ParameterMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.Statement
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWritable(int) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Indicates whether it is possible for writing on the designated column to succeed.

J

jdbcCompliant() - Method in class org.mariadb.jdbc.Driver
checks if the driver is jdbc compliant.
JdkLogger - Class in org.mariadb.jdbc.util.log
 
JdkLogger(Logger) - Constructor for class org.mariadb.jdbc.util.log.JdkLogger
 

K

keyStore() - Method in class org.mariadb.jdbc.Configuration
 
keyStore(String) - Method in class org.mariadb.jdbc.Configuration.Builder
File path of the keyStore file that contain client private key store and associate certificates (similar to java System property \"javax.net.ssl.keyStore\", but ensure that only the private key's entries are used)
keyStorePassword() - Method in class org.mariadb.jdbc.Configuration
 
keyStorePassword(String) - Method in class org.mariadb.jdbc.Configuration.Builder
Client keystore password
keyStoreType() - Method in class org.mariadb.jdbc.Configuration
 
keyStoreType(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 

L

last() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
last() - Method in class org.mariadb.jdbc.client.result.Result
 
last() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
last() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
LAST_ROW_SENT - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
lastUsedToNow() - Method in class org.mariadb.jdbc.pool.InternalPoolConnection
Set last poolConnection use to now.
length - Variable in class org.mariadb.jdbc.MariaDbBlob
 
length() - Method in class org.mariadb.jdbc.MariaDbBlob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in class org.mariadb.jdbc.MariaDbClob
Return character length of the Clob.
LineString - Class in org.mariadb.jdbc.type
 
LineString(Point[], boolean) - Constructor for class org.mariadb.jdbc.type.LineString
 
LineStringCodec - Class in org.mariadb.jdbc.codec.list
 
LineStringCodec() - Constructor for class org.mariadb.jdbc.codec.list.LineStringCodec
 
LOADBALANCE - org.mariadb.jdbc.util.constants.HaMode
 
loaded - Variable in class org.mariadb.jdbc.client.result.Result
 
loaded() - Method in class org.mariadb.jdbc.client.result.Result
 
LOCAL_FILES - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
LocalDateCodec - Class in org.mariadb.jdbc.codec.list
 
LocalDateCodec() - Constructor for class org.mariadb.jdbc.codec.list.LocalDateCodec
 
LocalDateTimeCodec - Class in org.mariadb.jdbc.codec.list
 
LocalDateTimeCodec() - Constructor for class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
localSocket() - Method in class org.mariadb.jdbc.Configuration
 
localSocket(String) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate to use Unix domain socket, if the server allows it, specifying named pipe name to connect The value is the path of Unix domain socket (available with "select @@socket" command).
localSocketAddress() - Method in class org.mariadb.jdbc.Configuration
 
localSocketAddress(String) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate Hostname or IP address to bind the connection socket to a local (UNIX domain) socket.
LocalTimeCodec - Class in org.mariadb.jdbc.codec.list
 
LocalTimeCodec() - Constructor for class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
locatorsUpdateCopy() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
lock - Variable in class org.mariadb.jdbc.Statement
 
Logger - Interface in org.mariadb.jdbc.util.log
 
LoggerHelper - Class in org.mariadb.jdbc.util.log
 
LoggerHelper() - Constructor for class org.mariadb.jdbc.util.log.LoggerHelper
 
Loggers - Class in org.mariadb.jdbc.util.log
 
Loggers() - Constructor for class org.mariadb.jdbc.util.log.Loggers
 
LONG_FLAG - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
LongCodec - Class in org.mariadb.jdbc.codec.list
 
LongCodec() - Constructor for class org.mariadb.jdbc.codec.list.LongCodec
 
LongDataPacket - Class in org.mariadb.jdbc.message.client
COM_STMT_SEND_LONG_DATA
LongDataPacket(int, Parameter<?>, int) - Constructor for class org.mariadb.jdbc.message.client.LongDataPacket
 

M

MARIADB_CLIENT_CACHE_METADATA - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MARIADB_CLIENT_COM_MULTI - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MARIADB_CLIENT_EXTENDED_TYPE_INFO - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MARIADB_CLIENT_PROGRESS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MARIADB_CLIENT_STMT_BULK_OPERATIONS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MARIADB_LOCAL_DATE_TIME - Static variable in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
MariaDbBlob - Class in org.mariadb.jdbc
 
MariaDbBlob() - Constructor for class org.mariadb.jdbc.MariaDbBlob
Creates an empty blob.
MariaDbBlob(byte[]) - Constructor for class org.mariadb.jdbc.MariaDbBlob
Creates a blob with content.
MariaDbBlob(byte[], int, int) - Constructor for class org.mariadb.jdbc.MariaDbBlob
Creates a blob with content.
MariaDbClob - Class in org.mariadb.jdbc
 
MariaDbClob() - Constructor for class org.mariadb.jdbc.MariaDbClob
Creates an empty Clob.
MariaDbClob(byte[]) - Constructor for class org.mariadb.jdbc.MariaDbClob
Creates a Clob with content.
MariaDbClob(byte[], int, int) - Constructor for class org.mariadb.jdbc.MariaDbClob
Creates a Clob with content.
MariaDbDataSource - Class in org.mariadb.jdbc
 
MariaDbDataSource(String) - Constructor for class org.mariadb.jdbc.MariaDbDataSource
 
MariaDbPoolConnection - Class in org.mariadb.jdbc
 
MariaDbPoolConnection(Connection) - Constructor for class org.mariadb.jdbc.MariaDbPoolConnection
Constructor.
MariaDbPoolDataSource - Class in org.mariadb.jdbc
 
MariaDbPoolDataSource(String) - Constructor for class org.mariadb.jdbc.MariaDbPoolDataSource
 
MariaDbX509KeyManager - Class in org.mariadb.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.
MariaDbX509KeyManager(KeyStore, char[]) - Constructor for class org.mariadb.jdbc.client.tls.MariaDbX509KeyManager
Creates Key manager.
MariaDbX509TrustingManager - Class in org.mariadb.jdbc.client.tls
Class to accept any server certificate.
MariaDbX509TrustingManager() - Constructor for class org.mariadb.jdbc.client.tls.MariaDbX509TrustingManager
 
MariaDbXid - Class in org.mariadb.jdbc
 
MariaDbXid(int, byte[], byte[]) - Constructor for class org.mariadb.jdbc.MariaDbXid
Global transaction identifier.
mark() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
mark(int) - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Marks the current position in this input stream.
markSupported() - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
 
MaxAllowedPacketException - Exception in org.mariadb.jdbc.util.exceptions
 
MaxAllowedPacketException(String, boolean) - Constructor for exception org.mariadb.jdbc.util.exceptions.MaxAllowedPacketException
 
maxIdleTime() - Method in class org.mariadb.jdbc.Configuration
 
maxIdleTime(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
maxPoolSize() - Method in class org.mariadb.jdbc.Configuration
 
maxPoolSize(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
maxQuerySizeToLog() - Method in class org.mariadb.jdbc.Configuration
 
maxQuerySizeToLog(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
maxRows - Variable in class org.mariadb.jdbc.client.result.Result
 
maxRows - Variable in class org.mariadb.jdbc.Statement
 
METADATA_CHANGED - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
metadataList - Variable in class org.mariadb.jdbc.client.result.Result
 
minPoolSize() - Method in class org.mariadb.jdbc.Configuration
 
minPoolSize(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
MORE_RESULTS_EXISTS - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
moveToCurrentRow() - Method in class org.mariadb.jdbc.client.result.Result
 
moveToCurrentRow() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
moveToInsertRow() - Method in class org.mariadb.jdbc.client.result.Result
 
moveToInsertRow() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
MULTI_RESULTS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MULTI_STATEMENTS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
MultiLineString - Class in org.mariadb.jdbc.type
 
MultiLineString(LineString[]) - Constructor for class org.mariadb.jdbc.type.MultiLineString
 
MultiLinestringCodec - Class in org.mariadb.jdbc.codec.list
 
MultiLinestringCodec() - Constructor for class org.mariadb.jdbc.codec.list.MultiLinestringCodec
 
MULTIPLE_KEY - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
multiply(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
$h = f * g$
multiply(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
multiplyAndAdd(byte[], byte[], byte[]) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519ScalarOps
$(ab+c) \bmod q$
multiplyAndAdd(byte[], byte[], byte[]) - Method in interface org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ScalarOps
$r = (a * b + c) \bmod l$
MultiPoint - Class in org.mariadb.jdbc.type
 
MultiPoint(Point[]) - Constructor for class org.mariadb.jdbc.type.MultiPoint
 
MultiPointCodec - Class in org.mariadb.jdbc.codec.list
 
MultiPointCodec() - Constructor for class org.mariadb.jdbc.codec.list.MultiPointCodec
 
MultiPolygon - Class in org.mariadb.jdbc.type
 
MultiPolygon(Polygon[]) - Constructor for class org.mariadb.jdbc.type.MultiPolygon
 
MultiPolygonCodec - Class in org.mariadb.jdbc.codec.list
 
MultiPolygonCodec() - Constructor for class org.mariadb.jdbc.codec.list.MultiPolygonCodec
 
mustUseSsl() - Method in class org.mariadb.jdbc.plugin.credential.aws.AwsIamCredentialPlugin
 
mustUseSsl() - Method in interface org.mariadb.jdbc.plugin.CredentialPlugin
 

N

name - Variable in class org.mariadb.jdbc.DatabaseMetaData.Identifier
 
NamedPipeSocket - Class in org.mariadb.jdbc.client.socket
 
NamedPipeSocket(String, String) - Constructor for class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
NativePasswordPlugin - Class in org.mariadb.jdbc.plugin.authentication.standard
 
NativePasswordPlugin() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin
 
nativeSQL(String) - Method in class org.mariadb.jdbc.Connection
 
negate() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
$h = -f$
negate() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
negate() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Negates this group element by subtracting it from the neutral group element.
negative(int) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
Constant-time determine if byte is negative.
newThread(Runnable) - Method in class org.mariadb.jdbc.pool.PoolThreadFactory
 
next() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
next() - Method in class org.mariadb.jdbc.client.result.Result
 
next() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
next() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
NO_BACKSLASH_ESCAPES - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
NO_DEFAULT_VALUE_FLAG - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
NO_SCHEMA - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
NONE - org.mariadb.jdbc.util.constants.HaMode
 
nonMappedOptions() - Method in class org.mariadb.jdbc.Configuration
 
NOT_NULL - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
notSupported(String) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
nullPlusNonNullIsNull() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
nullsAreSortedLow() - Method in class org.mariadb.jdbc.DatabaseMetaData
 

O

ODBC - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
of(Statement) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
offset - Variable in class org.mariadb.jdbc.MariaDbBlob
 
OkPacket - Class in org.mariadb.jdbc.message.server
 
OkPacket(ReadableByteBuf, Context) - Constructor for class org.mariadb.jdbc.message.server.OkPacket
 
ONE - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
OptionAliases - Class in org.mariadb.jdbc.util.options
 
OptionAliases() - Constructor for class org.mariadb.jdbc.util.options.OptionAliases
 
OPTIONS_ALIASES - Static variable in class org.mariadb.jdbc.util.options.OptionAliases
 
org.mariadb.jdbc - package org.mariadb.jdbc
 
org.mariadb.jdbc.client.context - package org.mariadb.jdbc.client.context
 
org.mariadb.jdbc.client.result - package org.mariadb.jdbc.client.result
 
org.mariadb.jdbc.client.socket - package org.mariadb.jdbc.client.socket
 
org.mariadb.jdbc.client.tls - package org.mariadb.jdbc.client.tls
 
org.mariadb.jdbc.codec.list - package org.mariadb.jdbc.codec.list
 
org.mariadb.jdbc.message.client - package org.mariadb.jdbc.message.client
 
org.mariadb.jdbc.message.server - package org.mariadb.jdbc.message.server
 
org.mariadb.jdbc.plugin - package org.mariadb.jdbc.plugin
 
org.mariadb.jdbc.plugin.authentication - package org.mariadb.jdbc.plugin.authentication
 
org.mariadb.jdbc.plugin.authentication.addon - package org.mariadb.jdbc.plugin.authentication.addon
 
org.mariadb.jdbc.plugin.authentication.addon.gssapi - package org.mariadb.jdbc.plugin.authentication.addon.gssapi
 
org.mariadb.jdbc.plugin.authentication.standard - package org.mariadb.jdbc.plugin.authentication.standard
 
org.mariadb.jdbc.plugin.authentication.standard.ed25519 - package org.mariadb.jdbc.plugin.authentication.standard.ed25519
 
org.mariadb.jdbc.plugin.authentication.standard.ed25519.math - package org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
 
org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519 - package org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519
 
org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec - package org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec
 
org.mariadb.jdbc.plugin.credential - package org.mariadb.jdbc.plugin.credential
 
org.mariadb.jdbc.plugin.credential.aws - package org.mariadb.jdbc.plugin.credential.aws
 
org.mariadb.jdbc.plugin.credential.env - package org.mariadb.jdbc.plugin.credential.env
 
org.mariadb.jdbc.plugin.credential.system - package org.mariadb.jdbc.plugin.credential.system
 
org.mariadb.jdbc.plugin.tls - package org.mariadb.jdbc.plugin.tls
 
org.mariadb.jdbc.pool - package org.mariadb.jdbc.pool
 
org.mariadb.jdbc.type - package org.mariadb.jdbc.type
 
org.mariadb.jdbc.util.constants - package org.mariadb.jdbc.util.constants
 
org.mariadb.jdbc.util.exceptions - package org.mariadb.jdbc.util.exceptions
 
org.mariadb.jdbc.util.log - package org.mariadb.jdbc.util.log
 
org.mariadb.jdbc.util.options - package org.mariadb.jdbc.util.options
 
othersDeletesAreVisible(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
outputParameter - Variable in class org.mariadb.jdbc.client.result.Result
 
outputParameters - Variable in class org.mariadb.jdbc.BaseCallableStatement
 
outputResult - Variable in class org.mariadb.jdbc.BaseCallableStatement
 
ownDeletesAreVisible(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 

P

p1p1(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a new group element in P1P1 representation.
P1P1 - org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Completed ($P \times P$): $((X:Z),(Y:T))$ satisfying $x=X/Z, y=Y/T$
p2(Curve, FieldElement, FieldElement, FieldElement) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a new group element in P2 representation.
P2 - org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Projective ($P^2$): $(X:Y:Z)$ satisfying $x=X/Z, y=Y/Z$
p3(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a new group element in P3 representation, without pre-computation.
p3(Curve, FieldElement, FieldElement, FieldElement, FieldElement, boolean) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a new group element in P3 representation, potentially with pre-computation.
P3 - org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Extended ($P^3$): $(X:Y:Z:T)$ satisfying $x=X/Z, y=Y/Z, XY=ZT$
P3PrecomputedDouble - org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Can only be requested.
PacketReader - Class in org.mariadb.jdbc.client.socket
 
PacketReader(InputStream, Configuration, MutableInt) - Constructor for class org.mariadb.jdbc.client.socket.PacketReader
Constructor of standard socket MySQL packet stream reader.
PacketWriter - Class in org.mariadb.jdbc.client.socket
 
PacketWriter(OutputStream, int, MutableInt, MutableInt) - Constructor for class org.mariadb.jdbc.client.socket.PacketWriter
Common feature to write data into socket, creating MariaDB Packet.
parameterMetaData - Variable in class org.mariadb.jdbc.BaseCallableStatement
 
ParameterMetaData - Class in org.mariadb.jdbc
 
ParameterMetaData(ExceptionFactory, ColumnDefinitionPacket[]) - Constructor for class org.mariadb.jdbc.ParameterMetaData
 
parameters - Variable in class org.mariadb.jdbc.BasePreparedStatement
 
parse(String) - Static method in class org.mariadb.jdbc.Configuration
 
parse(String, Properties) - Static method in class org.mariadb.jdbc.Configuration
Parse url connection string with additional properties.
parse(String, HaMode) - Static method in class org.mariadb.jdbc.HostAddress
parse - parse server addresses from the URL fragment.
parseBit(ReadableByteBuf, int) - Static method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
parseBit(ReadableByteBuf, int) - Static method in class org.mariadb.jdbc.codec.list.ByteCodec
 
parseDate(ReadableByteBuf, int) - Static method in class org.mariadb.jdbc.codec.list.LocalDateCodec
 
parseNotEmpty(ReadableByteBuf, int) - Static method in class org.mariadb.jdbc.codec.list.LongCodec
 
parsePoint(boolean, ReadableByteBuf) - Static method in interface org.mariadb.jdbc.type.Geometry
 
parseTime(ReadableByteBuf, int, ColumnDefinitionPacket) - Static method in class org.mariadb.jdbc.codec.list.LocalTimeCodec
 
parseTimestamp(String) - Static method in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
password() - Method in class org.mariadb.jdbc.Configuration
 
password(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
permitTrace(boolean) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
PingPacket - Class in org.mariadb.jdbc.message.client
 
PingPacket() - Constructor for class org.mariadb.jdbc.message.client.PingPacket
 
pipe() - Method in class org.mariadb.jdbc.Configuration
 
pipe(String) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate to use windows named pipe, specify named pipe name to connect
PLUGIN_AUTH - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
PLUGIN_AUTH_LENENC_CLIENT_DATA - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
Point - Class in org.mariadb.jdbc.type
 
Point(double, double) - Constructor for class org.mariadb.jdbc.type.Point
 
PointCodec - Class in org.mariadb.jdbc.codec.list
 
PointCodec() - Constructor for class org.mariadb.jdbc.codec.list.PointCodec
 
Polygon - Class in org.mariadb.jdbc.type
 
Polygon(LineString[]) - Constructor for class org.mariadb.jdbc.type.Polygon
 
PolygonCodec - Class in org.mariadb.jdbc.codec.list
 
PolygonCodec() - Constructor for class org.mariadb.jdbc.codec.list.PolygonCodec
 
pool() - Method in class org.mariadb.jdbc.Configuration
 
pool(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
Pool - Class in org.mariadb.jdbc.pool
 
Pool(Configuration, int, ScheduledThreadPoolExecutor) - Constructor for class org.mariadb.jdbc.pool.Pool
Create pool from configuration.
PoolMBean - Interface in org.mariadb.jdbc.pool
 
poolName() - Method in class org.mariadb.jdbc.Configuration
 
poolName(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
Pools - Class in org.mariadb.jdbc.pool
 
Pools() - Constructor for class org.mariadb.jdbc.pool.Pools
 
PoolThreadFactory - Class in org.mariadb.jdbc.pool
 
PoolThreadFactory(String) - Constructor for class org.mariadb.jdbc.pool.PoolThreadFactory
 
poolValidMinDelay() - Method in class org.mariadb.jdbc.Configuration
 
poolValidMinDelay(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
port - Variable in class org.mariadb.jdbc.HostAddress
 
pos - Variable in class org.mariadb.jdbc.client.socket.PacketWriter
 
pos() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
pos(int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
position(byte[], long) - Method in class org.mariadb.jdbc.MariaDbBlob
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents.
position(String, long) - Method in class org.mariadb.jdbc.MariaDbClob
 
position(Blob, long) - Method in class org.mariadb.jdbc.MariaDbBlob
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(Clob, long) - Method in class org.mariadb.jdbc.MariaDbClob
 
pow22523() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
Gets this field element to the power of $(2^{252} - 3)$.
pow22523() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
precomp(Curve, FieldElement, FieldElement, FieldElement) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Creates a new group element in PRECOMP representation.
PRECOMP - org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Precomputed (Duif): $(y+x,y-x,2dxy)$
prep() - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
prep() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
prep() - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
prepareCall(String) - Method in class org.mariadb.jdbc.Connection
 
prepareCall(String, int, int) - Method in class org.mariadb.jdbc.Connection
 
prepareCall(String, int, int, int) - Method in class org.mariadb.jdbc.Connection
 
prepareInternal(String, int, int, int, boolean) - Method in class org.mariadb.jdbc.Connection
 
PreparePacket - Class in org.mariadb.jdbc.message.client
 
PreparePacket(String) - Constructor for class org.mariadb.jdbc.message.client.PreparePacket
 
prepareResult - Variable in class org.mariadb.jdbc.BasePreparedStatement
 
PrepareResultPacket - Class in org.mariadb.jdbc.message.server
See https://mariadb.com/kb/en/com_stmt_prepare/#COM_STMT_PREPARE_OK
PrepareResultPacket(ReadableByteBuf, PacketReader, Context) - Constructor for class org.mariadb.jdbc.message.server.PrepareResultPacket
 
prepareStatement(String) - Method in class org.mariadb.jdbc.Connection
 
prepareStatement(String, int) - Method in class org.mariadb.jdbc.Connection
 
prepareStatement(String, int[]) - Method in class org.mariadb.jdbc.Connection
 
prepareStatement(String, int, int) - Method in class org.mariadb.jdbc.Connection
 
prepareStatement(String, int, int, int) - Method in class org.mariadb.jdbc.Connection
 
prepareStatement(String, String[]) - Method in class org.mariadb.jdbc.Connection
 
prepStmtCacheSize() - Method in class org.mariadb.jdbc.Configuration
 
prepStmtCacheSize(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
preSqlCmd() - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
previous() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
previous() - Method in class org.mariadb.jdbc.client.result.Result
 
previous() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
previous() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
primary - Variable in class org.mariadb.jdbc.HostAddress
 
PRIMARY_KEY - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
procedureName - Variable in class org.mariadb.jdbc.BaseCallableStatement
 
ProcedureStatement - Class in org.mariadb.jdbc
 
ProcedureStatement(Connection, String, String, String, ReentrantLock, boolean, boolean, int, int) - Constructor for class org.mariadb.jdbc.ProcedureStatement
 
process(PacketWriter, PacketReader, Context) - Method in class org.mariadb.jdbc.plugin.authentication.addon.ClearPasswordPlugin
Send password in clear text to server.
process(PacketWriter, PacketReader, Context) - Method in class org.mariadb.jdbc.plugin.authentication.addon.SendGssApiAuthPacket
Process gssapi plugin authentication.
process(PacketWriter, PacketReader, Context) - Method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
Process native password plugin authentication.
process(PacketWriter, PacketReader, Context) - Method in class org.mariadb.jdbc.plugin.authentication.standard.Ed25519PasswordPlugin
Process Ed25519 password plugin authentication.
process(PacketWriter, PacketReader, Context) - Method in class org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin
Process native password plugin authentication.
process(PacketWriter, PacketReader, Context) - Method in class org.mariadb.jdbc.plugin.authentication.standard.SendPamAuthPacket
Process PAM plugin authentication.
process(PacketWriter, PacketReader, Context) - Method in interface org.mariadb.jdbc.plugin.AuthenticationPlugin
Process plugin authentication.
PROGRESS_OLD - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
PropertiesCredentialPlugin - Class in org.mariadb.jdbc.plugin.credential.system
Authentication using java system properties.
PropertiesCredentialPlugin() - Constructor for class org.mariadb.jdbc.plugin.credential.system.PropertiesCredentialPlugin
 
PS_MULTI_RESULTS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
PS_OUT_PARAMETERS - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 

Q

QUERY_NO_GOOD_INDEX_USED - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
QUERY_NO_INDEX_USED - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
QUERY_WAS_SLOW - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
QueryPacket - Class in org.mariadb.jdbc.message.client
 
QueryPacket(String) - Constructor for class org.mariadb.jdbc.message.client.QueryPacket
 
queryTimeout - Variable in class org.mariadb.jdbc.Statement
 
QueryWithParametersPacket - Class in org.mariadb.jdbc.message.client
 
QueryWithParametersPacket(String, ClientParser, ParameterList) - Constructor for class org.mariadb.jdbc.message.client.QueryWithParametersPacket
 
QuitPacket - Class in org.mariadb.jdbc.message.client
 
QuitPacket() - Constructor for class org.mariadb.jdbc.message.client.QuitPacket
 

R

read() - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Reads the next byte of data from the input stream.
read() - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
Reading one byte from cache of socket if needed.
read(byte[], int, int) - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
Returing byte array, from cache of reading socket if needed.
READ_COMMITTED - org.mariadb.jdbc.TransactionIsolation
 
READ_UNCOMMITTED - org.mariadb.jdbc.TransactionIsolation
 
ReadAheadBufferedStream - Class in org.mariadb.jdbc.client.socket
Permit to buf socket data, reading not only asked bytes, but available number of bytes when possible.
ReadAheadBufferedStream(InputStream) - Constructor for class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
 
reader - Variable in class org.mariadb.jdbc.client.result.Result
 
ReaderCodec - Class in org.mariadb.jdbc.codec.list
 
ReaderCodec() - Constructor for class org.mariadb.jdbc.codec.list.ReaderCodec
 
readNext() - Method in class org.mariadb.jdbc.client.result.Result
 
readPacket(boolean) - Method in class org.mariadb.jdbc.client.socket.PacketReader
Get next MySQL packet.
readPacket(boolean, boolean) - Method in class org.mariadb.jdbc.client.socket.PacketReader
Get next MySQL packet.
readPacket(Statement, int, long, int, int, boolean, PacketReader, PacketWriter, Context, ExceptionFactory, ReentrantLock, boolean) - Method in interface org.mariadb.jdbc.message.client.ClientMessage
 
readPacket(Statement, int, long, int, int, boolean, PacketReader, PacketWriter, Context, ExceptionFactory, ReentrantLock, boolean) - Method in class org.mariadb.jdbc.message.client.PreparePacket
 
readPublicKeyFromFile(String) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
Read public Key from file.
recv(int, byte[], int, int) - Static method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
RedoableClientMessage - Interface in org.mariadb.jdbc.message.client
 
RedoableWithPrepareClientMessage - Interface in org.mariadb.jdbc.message.client
 
RedoContext - Class in org.mariadb.jdbc.client.context
 
RedoContext(InitialHandshakePacket, long, Configuration, ExceptionFactory, PrepareCache) - Constructor for class org.mariadb.jdbc.client.context.RedoContext
 
reduce(byte[]) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519ScalarOps
Reduction modulo the group order $q$.
reduce(byte[]) - Method in interface org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ScalarOps
Reduce the given scalar mod $l$.
reEncode(PacketWriter, Context, PrepareResultPacket) - Method in interface org.mariadb.jdbc.message.client.RedoableClientMessage
 
reEncode(PacketWriter, Context, PrepareResultPacket) - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
refreshRow() - Method in class org.mariadb.jdbc.client.result.Result
 
refreshRow() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
registerJmxPool() - Method in class org.mariadb.jdbc.Configuration
 
registerJmxPool(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
registerOutParameter(int, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int) - Method in class org.mariadb.jdbc.FunctionStatement
 
registerOutParameter(int, int, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the designated output parameter.
registerOutParameter(int, SQLType) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, SQLType, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, SQLType, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the designated output parameter.
registerOutParameter(String, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType .
registerOutParameter(String, int, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType .
registerOutParameter(String, int, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the designated output parameter.
registerOutParameter(String, SQLType) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, SQLType, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, SQLType, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Registers the designated output parameter.
relative(int) - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
relative(int) - Method in class org.mariadb.jdbc.client.result.Result
 
relative(int) - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
relative(int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
releaseSavepoint(Savepoint) - Method in class org.mariadb.jdbc.Connection
 
remove(Pool) - Static method in class org.mariadb.jdbc.pool.Pools
Remove pool.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
removeStatementEventListener(StatementEventListener) - Method in class org.mariadb.jdbc.MariaDbPoolConnection
 
REPEATABLE_READ - org.mariadb.jdbc.TransactionIsolation
 
REPLICATION - org.mariadb.jdbc.util.constants.HaMode
 
rePrepare(Client) - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
RESERVED - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
reset() - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
 
reset() - Method in class org.mariadb.jdbc.Connection
Reset connection set has it was after creating a "fresh" new connection.
reset() - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
reset() - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
resetMark() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Reset mark flag and send bytes after mark flag.
ResetPacket - Class in org.mariadb.jdbc.message.client
 
ResetPacket() - Constructor for class org.mariadb.jdbc.message.client.ResetPacket
 
resetStateFlag() - Method in class org.mariadb.jdbc.client.context.BaseContext
 
resetStateFlag() - Method in interface org.mariadb.jdbc.client.context.Context
 
restrictedAuth() - Method in class org.mariadb.jdbc.Configuration
 
restrictedAuth(String) - Method in class org.mariadb.jdbc.Configuration.Builder
restrict authentication method to secure list.
Result - Class in org.mariadb.jdbc.client.result
 
Result(ColumnDefinitionPacket[], byte[][], Context) - Constructor for class org.mariadb.jdbc.client.result.Result
 
Result(Statement, boolean, long, ColumnDefinitionPacket[], PacketReader, Context, int, boolean, boolean) - Constructor for class org.mariadb.jdbc.client.result.Result
 
results - Variable in class org.mariadb.jdbc.Statement
 
resultSetConcurrency - Variable in class org.mariadb.jdbc.Statement
 
ResultSetMetaData - Class in org.mariadb.jdbc.client.result
 
ResultSetMetaData(ExceptionFactory, ColumnDefinitionPacket[], Configuration, boolean) - Constructor for class org.mariadb.jdbc.client.result.ResultSetMetaData
Constructor.
resultSetType - Variable in class org.mariadb.jdbc.client.result.Result
 
resultSetType - Variable in class org.mariadb.jdbc.Statement
 
retriesAllDown() - Method in class org.mariadb.jdbc.Configuration
 
retriesAllDown(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
 
retrievePool(Configuration) - Static method in class org.mariadb.jdbc.pool.Pools
Get existing pool for a configuration.
revertOrder(byte[]) - Static method in class org.mariadb.jdbc.codec.list.BitSetCodec
 
rollback() - Method in class org.mariadb.jdbc.Connection
 
rollback(Savepoint) - Method in class org.mariadb.jdbc.Connection
 
row - Variable in class org.mariadb.jdbc.client.result.Result
 
rowDeleted() - Method in class org.mariadb.jdbc.client.result.Result
 
rowDeleted() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
rowInserted() - Method in class org.mariadb.jdbc.client.result.Result
 
rowInserted() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
rowPointer - Variable in class org.mariadb.jdbc.client.result.Result
 
rowUpdated() - Method in class org.mariadb.jdbc.client.result.Result
 
rowUpdated() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 

S

safeMariaDbBlob(byte[], int, int) - Static method in class org.mariadb.jdbc.MariaDbBlob
 
saveParameters() - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
saveParameters() - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
saveParameters() - Method in class org.mariadb.jdbc.message.client.QueryWithParametersPacket
 
saveParameters() - Method in interface org.mariadb.jdbc.message.client.RedoableClientMessage
 
saveRedo(ClientMessage) - Method in class org.mariadb.jdbc.client.context.RedoContext
 
saveRedo(ClientMessage[]) - Method in class org.mariadb.jdbc.client.context.RedoContext
 
scalarMultiply(byte[]) - Method in class org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
 
schema - Variable in class org.mariadb.jdbc.DatabaseMetaData.Identifier
 
SECURE_CONNECTION - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
send(int, byte[], int, int) - Static method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
SendGssApiAuthPacket - Class in org.mariadb.jdbc.plugin.authentication.addon
 
SendGssApiAuthPacket() - Constructor for class org.mariadb.jdbc.plugin.authentication.addon.SendGssApiAuthPacket
 
SendPamAuthPacket - Class in org.mariadb.jdbc.plugin.authentication.standard
 
SendPamAuthPacket() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.SendPamAuthPacket
 
sequence - Variable in class org.mariadb.jdbc.client.socket.PacketWriter
 
SEQUENTIAL - org.mariadb.jdbc.util.constants.HaMode
 
SERIALIZABLE - org.mariadb.jdbc.TransactionIsolation
 
SERVER_SESSION_STATE_CHANGED - Static variable in class org.mariadb.jdbc.util.constants.ServerStatus
 
ServerMessage - Interface in org.mariadb.jdbc.message.server
 
ServerPreparedStatement - Class in org.mariadb.jdbc
 
ServerPreparedStatement(String, Connection, ReentrantLock, boolean, boolean, int, int, int, int) - Constructor for class org.mariadb.jdbc.ServerPreparedStatement
 
serverRsaPublicKeyFile() - Method in class org.mariadb.jdbc.Configuration
 
serverRsaPublicKeyFile(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
serverSslCert() - Method in class org.mariadb.jdbc.Configuration
 
serverSslCert(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
serverStatus - Variable in class org.mariadb.jdbc.client.context.BaseContext
 
ServerStatus - Class in org.mariadb.jdbc.util.constants
 
ServerStatus() - Constructor for class org.mariadb.jdbc.util.constants.ServerStatus
 
servicePrincipalName() - Method in class org.mariadb.jdbc.Configuration
 
servicePrincipalName(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
SESSION_TRACK_GTIDS - Static variable in class org.mariadb.jdbc.util.constants.StateChange
 
SESSION_TRACK_SCHEMA - Static variable in class org.mariadb.jdbc.util.constants.StateChange
 
SESSION_TRACK_STATE_CHANGE - Static variable in class org.mariadb.jdbc.util.constants.StateChange
 
SESSION_TRACK_SYSTEM_VARIABLES - Static variable in class org.mariadb.jdbc.util.constants.StateChange
 
SESSION_TRACK_TRANSACTION_CHARACTERISTICS - Static variable in class org.mariadb.jdbc.util.constants.StateChange
 
SESSION_TRACK_TRANSACTION_STATE - Static variable in class org.mariadb.jdbc.util.constants.StateChange
 
sessionVariables() - Method in class org.mariadb.jdbc.Configuration
 
sessionVariables(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
SET - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
setArray(int, Array) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Array object.
setAsciiStream(int, InputStream) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given input stream.
setAsciiStream(int, InputStream, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(long) - Method in class org.mariadb.jdbc.MariaDbClob
 
setAsciiStream(String, InputStream) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given input stream.
setAsciiStream(String, InputStream, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAutoCommit(boolean) - Method in class org.mariadb.jdbc.Connection
 
setBigDecimal(int, BigDecimal) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(String, BigDecimal) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(int, InputStream) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given input stream.
setBinaryStream(int, InputStream, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(long) - Method in class org.mariadb.jdbc.MariaDbBlob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBinaryStream(String, InputStream) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given input stream.
setBinaryStream(String, InputStream, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, InputStream) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(int, InputStream, long) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to an InputStream object.
setBlob(String, InputStream, long) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to an InputStream object.
setBlob(String, Blob) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Blob object.
setBoolean(int, boolean) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(String, boolean) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java boolean value.
setByte(int, byte) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java byte value.
setByte(String, byte) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java byte value.
setBytes(int, byte[]) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(long, byte[]) - Method in class org.mariadb.jdbc.MariaDbBlob
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 org.mariadb.jdbc.MariaDbBlob
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.
setBytes(String, byte[]) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java array of bytes.
setCatalog(String) - Method in class org.mariadb.jdbc.Connection
 
setCharacterStream(int, Reader) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Reader object.
setCharacterStream(int, Reader, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(long) - Method in class org.mariadb.jdbc.MariaDbClob
Set character stream.
setCharacterStream(String, Reader) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Reader object.
setCharacterStream(String, Reader, int) - Method in class org.mariadb.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 org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClientInfo(String, String) - Method in class org.mariadb.jdbc.Connection
 
setClientInfo(Properties) - Method in class org.mariadb.jdbc.Connection
 
setClob(int, Reader) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Reader, long) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a Reader object.
setClob(String, Reader, long) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Clob object.
setColumns(ColumnDefinitionPacket[]) - Method in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
setConnection(Connection) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
setConnection(ExceptionFactory) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
setCursorName(String) - Method in class org.mariadb.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 org.mariadb.jdbc.client.context.BaseContext
 
setDatabase(String) - Method in interface org.mariadb.jdbc.client.context.Context
 
setDate(int, Date) - Method in class org.mariadb.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 org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(String, Date) - Method in class org.mariadb.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 org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDouble(int, double) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java double value.
setDouble(String, double) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java double value.
setEscapeProcessing(boolean) - Method in class org.mariadb.jdbc.Statement
Sets escape processing on or off.
setFetchDirection(int) - Method in class org.mariadb.jdbc.client.result.Result
 
setFetchDirection(int) - Method in class org.mariadb.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 org.mariadb.jdbc.client.result.CompleteResult
 
setFetchSize(int) - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
setFetchSize(int) - Method in class org.mariadb.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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Encoding
 
setFloat(int, float) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java float value.
setFloat(String, float) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java float value.
setHoldability(int) - Method in class org.mariadb.jdbc.Connection
 
setInt(int, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java int value.
setInt(String, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java int value.
setKeepAlive(boolean) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
setKeepAlive(boolean) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
setLargeMaxRows(long) - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
setLargeMaxRows(long) - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
setLargeMaxRows(long) - Method in class org.mariadb.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 org.mariadb.jdbc.MariaDbDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class org.mariadb.jdbc.MariaDbDataSource
Implementation doesn't use logwriter
setLogWriter(PrintWriter) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Implementation doesn't use logwriter
setLong(int, long) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java long value.
setLong(String, long) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java long value.
setMaxAllowedPacket(int) - Method in class org.mariadb.jdbc.client.socket.CompressOutputStream
 
setMaxAllowedPacket(int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
setMaxFieldSize(int) - Method in class org.mariadb.jdbc.Statement
NOT SUPPORTED.
setMaxRows(int) - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
setMaxRows(int) - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
setMaxRows(int) - Method in class org.mariadb.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(int, Reader) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader, long) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader, long) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader, long) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, NClob) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(String, Reader) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a Reader object.
setNClob(String, Reader, long) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a Reader object.
setNClob(String, NClob) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to a java.sql.NClob object.
setNetworkTimeout(Executor, int) - Method in class org.mariadb.jdbc.Connection
 
setNString(int, String) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given String object.
setNString(String, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given String object.
setNull(int, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to SQL NULL.
setNull(String, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the value of the designated parameter using the given object.
setObject(int, Object, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType, int) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the value of the designated parameter with the given object.
setParameter(int, Parameter<?>) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
setParameters(ParameterList) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
setPoolable(boolean) - Method in class org.mariadb.jdbc.Statement
Requests that a Statement be pooled or not pooled.
setPoolConnection(MariaDbPoolConnection) - Method in class org.mariadb.jdbc.Connection
 
setPoolConnection(MariaDbPoolConnection) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
setPrepareResult(PrepareResultPacket) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
setPrepareResult(PrepareResultPacket) - Method in class org.mariadb.jdbc.message.client.BulkExecutePacket
 
setPrepareResult(PrepareResultPacket) - Method in class org.mariadb.jdbc.message.client.ExecutePacket
 
setPrepareResult(PrepareResultPacket) - Method in interface org.mariadb.jdbc.message.client.RedoableWithPrepareClientMessage
 
setQueryTimeout(int) - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
setQueryTimeout(int) - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
setQueryTimeout(int) - Method in class org.mariadb.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 org.mariadb.jdbc.Connection
 
setReceiveBufferSize(int) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
setReceiveBufferSize(int) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
setRef(int, Ref) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given REF(<structured-type>) value.
setRowId(int, RowId) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.RowId object.
setRowId(String, RowId) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.RowId object.
setSavepoint() - Method in class org.mariadb.jdbc.Connection
 
setSavepoint(String) - Method in class org.mariadb.jdbc.Connection
 
setSchema(String) - Method in class org.mariadb.jdbc.Connection
 
setSendBufferSize(int) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
setSendBufferSize(int) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
setServerStatus(int) - Method in class org.mariadb.jdbc.client.context.BaseContext
 
setServerStatus(int) - Method in interface org.mariadb.jdbc.client.context.Context
 
setServerStatus(int) - Method in class org.mariadb.jdbc.client.context.RedoContext
 
setServerThreadId(Long, HostAddress) - Method in class org.mariadb.jdbc.client.socket.PacketReader
Set server thread id.
setServerThreadId(Long, HostAddress) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Set server thread id.
setShort(int, short) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java short value.
setShort(String, short) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java short value.
setSoLinger(boolean, int) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
setSoLinger(boolean, int) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
setSoTimeout(int) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
setSoTimeout(int) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
setSQLXML(int, SQLXML) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setSQLXML(String, SQLXML) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setStatement(Statement) - Method in class org.mariadb.jdbc.client.result.Result
 
setString(int, String) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given Java String value.
setString(long, String) - Method in class org.mariadb.jdbc.MariaDbClob
Set String.
setString(long, String, int, int) - Method in class org.mariadb.jdbc.MariaDbClob
 
setString(String, String) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given Java String value.
setTcpNoDelay(boolean) - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
setTcpNoDelay(boolean) - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
setThreadId(long) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
setTime(int, Time) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(String, Time) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(String, Timestamp) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTransactionIsolation(int) - Method in class org.mariadb.jdbc.Connection
 
setTransactionIsolationLevel(int) - Method in class org.mariadb.jdbc.client.context.BaseContext
 
setTransactionIsolationLevel(int) - Method in interface org.mariadb.jdbc.client.context.Context
 
setTypeMap(Map<String, Class<?>>) - Method in class org.mariadb.jdbc.Connection
 
setUnicodeStream(int, InputStream, int) - Method in class org.mariadb.jdbc.BasePreparedStatement
Deprecated.
Use setCharacterStream
setURL(int, URL) - Method in class org.mariadb.jdbc.BasePreparedStatement
Sets the designated parameter to the given java.net.URL value.
setURL(String, URL) - Method in class org.mariadb.jdbc.BaseCallableStatement
Sets the designated parameter to the given java.net.URL object.
setWarning(int) - Method in class org.mariadb.jdbc.client.context.BaseContext
 
setWarning(int) - Method in interface org.mariadb.jdbc.client.context.Context
 
sha256encryptPassword(CharSequence, byte[]) - Static method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
Send an SHA-2 encrypted password.
ShortCodec - Class in org.mariadb.jdbc.codec.list
 
ShortCodec() - Constructor for class org.mariadb.jdbc.codec.list.ShortCodec
 
shutdownInput() - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
shutdownInput() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
shutdownOutput() - Method in class org.mariadb.jdbc.client.socket.NamedPipeSocket
 
shutdownOutput() - Method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
skip(long) - Method in class org.mariadb.jdbc.client.socket.CompressInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class org.mariadb.jdbc.client.socket.ReadAheadBufferedStream
 
skipRemaining() - Method in class org.mariadb.jdbc.client.result.Result
 
Slf4JLogger - Class in org.mariadb.jdbc.util.log
 
Slf4JLogger(Logger) - Constructor for class org.mariadb.jdbc.util.log.Slf4JLogger
 
SMALL_BUFFER_SIZE - Static variable in class org.mariadb.jdbc.client.socket.PacketWriter
 
SockAddr(String) - Constructor for class org.mariadb.jdbc.client.socket.UnixDomainSocket.SockAddr
Contructor.
socket(int, int, int) - Static method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
socketFactory() - Method in class org.mariadb.jdbc.Configuration
 
socketFactory(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
SocketHandlerFunction - Interface in org.mariadb.jdbc.client.socket
 
socketTimeout() - Method in class org.mariadb.jdbc.Configuration
 
socketTimeout(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate the network socket timeout (SO_TIMEOUT) in milliseconds.
SocketUtility - Class in org.mariadb.jdbc.client.socket
 
SocketUtility() - Constructor for class org.mariadb.jdbc.client.socket.SocketUtility
 
sql - Variable in class org.mariadb.jdbc.BasePreparedStatement
 
SqlExceptionFactory(Connection, MariaDbPoolConnection, Configuration, HostAddress, long, Statement, String) - Constructor for class org.mariadb.jdbc.util.exceptions.ExceptionFactory.SqlExceptionFactory
 
square() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
$h = f * f$
square() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
squareAndDouble() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
$h = 2 * f * f$
squareAndDouble() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
SSL - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
sslMode() - Method in class org.mariadb.jdbc.Configuration
 
sslMode(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
SslMode - Enum in org.mariadb.jdbc
 
SslRequestPacket - Class in org.mariadb.jdbc.message.client
 
StandardGssapiAuthentication - Class in org.mariadb.jdbc.plugin.authentication.addon.gssapi
 
StandardGssapiAuthentication() - Constructor for class org.mariadb.jdbc.plugin.authentication.addon.gssapi.StandardGssapiAuthentication
 
STATE_AUTOCOMMIT - Static variable in class org.mariadb.jdbc.util.constants.ConnectionState
 
STATE_DATABASE - Static variable in class org.mariadb.jdbc.util.constants.ConnectionState
 
STATE_NETWORK_TIMEOUT - Static variable in class org.mariadb.jdbc.util.constants.ConnectionState
 
STATE_READ_ONLY - Static variable in class org.mariadb.jdbc.util.constants.ConnectionState
 
STATE_TRANSACTION_ISOLATION - Static variable in class org.mariadb.jdbc.util.constants.ConnectionState
 
StateChange - Class in org.mariadb.jdbc.util.constants
 
StateChange() - Constructor for class org.mariadb.jdbc.util.constants.StateChange
 
statement - Variable in class org.mariadb.jdbc.client.result.Result
 
Statement - Class in org.mariadb.jdbc
 
Statement(Connection, ReentrantLock, boolean, boolean, int, int, int, int) - Constructor for class org.mariadb.jdbc.Statement
 
statementId - Variable in class org.mariadb.jdbc.message.server.PrepareResultPacket
 
storesLowerCaseIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
StreamCodec - Class in org.mariadb.jdbc.codec.list
 
StreamCodec() - Constructor for class org.mariadb.jdbc.codec.list.StreamCodec
 
streaming() - Method in class org.mariadb.jdbc.client.result.CompleteResult
 
streaming() - Method in class org.mariadb.jdbc.client.result.Result
 
streaming() - Method in class org.mariadb.jdbc.client.result.StreamingResult
 
StreamingResult - Class in org.mariadb.jdbc.client.result
 
StreamingResult(Statement, boolean, long, ColumnDefinitionPacket[], PacketReader, Context, int, ReentrantLock, int, boolean, boolean) - Constructor for class org.mariadb.jdbc.client.result.StreamingResult
 
strerror(int) - Static method in class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
StringCodec - Class in org.mariadb.jdbc.codec.list
 
StringCodec() - Constructor for class org.mariadb.jdbc.codec.list.StringCodec
 
sub(GroupElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
GroupElement subtraction using the twisted Edwards addition law with extended coordinates (Hisil2008).
subtract(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
$h = f - g$
subtract(FieldElement) - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
subtractOne() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
 
sun_family - Variable in class org.mariadb.jdbc.client.socket.UnixDomainSocket.SockAddr
 
sun_path - Variable in class org.mariadb.jdbc.client.socket.UnixDomainSocket.SockAddr
 
supportsAlterTableWithAddColumn() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsBatchUpdates() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsColumnAliasing() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsConvert() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsConvert(int, int) - Method in class org.mariadb.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 org.mariadb.jdbc.DatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsGroupBy() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsNamedParameters() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsOuterJoins() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsPositionedDelete() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsRefCursors() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
supportsResultSetHoldability(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsResultSetType(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves whether this database supports the given result set type.
supportsSavepoints() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsStatementPooling() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsStoredProcedures() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves whether this database supports the given transaction isolation level.
supportsTransactions() - Method in class org.mariadb.jdbc.DatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
supportsUnionAll() - Method in class org.mariadb.jdbc.DatabaseMetaData
 

T

tcpAbortiveClose() - Method in class org.mariadb.jdbc.Configuration
 
tcpAbortiveClose(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate that when connection fails, to send an RST TCP packet.
tcpKeepAlive() - Method in class org.mariadb.jdbc.Configuration
 
tcpKeepAlive(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate if TCP keep-alive must be enabled.
tcpKeepCount() - Method in class org.mariadb.jdbc.Configuration
 
tcpKeepCount(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate TCP keep-count value (for java 11+ only).
tcpKeepIdle() - Method in class org.mariadb.jdbc.Configuration
 
tcpKeepIdle(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate TCP keep-idle value (for java 11+ only).
tcpKeepInterval() - Method in class org.mariadb.jdbc.Configuration
 
tcpKeepInterval(Integer) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate TCP keep-interval value (for java 11+ only).
TEST_ENABLE_SLF4J - Static variable in class org.mariadb.jdbc.util.log.Loggers
 
test_getParser() - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
testGetConnectionIdleThreadIds() - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Get current idle threads.
testGetConnectionIdleThreadIds() - Method in class org.mariadb.jdbc.pool.Pool
For testing purpose only.
TimeCodec - Class in org.mariadb.jdbc.codec.list
 
TimeCodec() - Constructor for class org.mariadb.jdbc.codec.list.TimeCodec
 
TIMESTAMP - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
TIMESTAMP_FORMAT - Static variable in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
TIMESTAMP_FORMAT_NO_FRACTIONAL - Static variable in class org.mariadb.jdbc.codec.list.LocalDateTimeCodec
 
TimestampCodec - Class in org.mariadb.jdbc.codec.list
 
TimestampCodec() - Constructor for class org.mariadb.jdbc.codec.list.TimestampCodec
 
timezone() - Method in class org.mariadb.jdbc.Configuration
 
timezone(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
tinyInt1isBit() - Method in class org.mariadb.jdbc.Configuration
 
tinyInt1isBit(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
TlsSocketPlugin - Interface in org.mariadb.jdbc.plugin
 
TlsSocketPluginLoader - Class in org.mariadb.jdbc.plugin.tls
 
TlsSocketPluginLoader() - Constructor for class org.mariadb.jdbc.plugin.tls.TlsSocketPluginLoader
 
tlsSocketType() - Method in class org.mariadb.jdbc.Configuration
 
tlsSocketType(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
toByteArray() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.FieldElement
Encode a FieldElement in its $(b-1)$-bit encoding.
toByteArray() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Converts the group element to an encoded point on the curve.
toCached() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Converts the group element to the CACHED representation.
toP2() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Converts the group element to the P2 representation.
toP3() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Converts the group element to the P3 representation.
toP3PrecomputeDouble() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
Converts the group element to the P3 representation, with dblPrecmp populated.
toString() - Method in class org.mariadb.jdbc.Configuration
ToString implementation.
toString() - Method in class org.mariadb.jdbc.HostAddress
 
toString() - Method in class org.mariadb.jdbc.MariaDbClob
ToString implementation.
toString() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519.Ed25519FieldElement
 
toString() - Method in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement
 
toString() - Method in class org.mariadb.jdbc.type.GeometryCollection
 
toString() - Method in class org.mariadb.jdbc.type.LineString
 
toString() - Method in class org.mariadb.jdbc.type.MultiLineString
 
toString() - Method in class org.mariadb.jdbc.type.MultiPoint
 
toString() - Method in class org.mariadb.jdbc.type.MultiPolygon
 
toString() - Method in class org.mariadb.jdbc.type.Point
 
toString() - Method in class org.mariadb.jdbc.type.Polygon
 
trace(String) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
trace(String) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
trace(String) - Method in interface org.mariadb.jdbc.util.log.Logger
 
trace(String) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
trace(String, Object...) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
trace(String, Object...) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
trace(String, Object...) - Method in interface org.mariadb.jdbc.util.log.Logger
 
trace(String, Object...) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
trace(String, Throwable) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
trace(String, Throwable) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
trace(String, Throwable) - Method in interface org.mariadb.jdbc.util.log.Logger
 
trace(String, Throwable) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
transactionIsolation() - Method in class org.mariadb.jdbc.Configuration
 
transactionIsolation(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
TransactionIsolation - Enum in org.mariadb.jdbc
 
transactionReplay() - Method in class org.mariadb.jdbc.Configuration
 
transactionReplay(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
TRANSACTIONS - Static variable in class org.mariadb.jdbc.util.constants.Capabilities
 
truncate(long) - Method in class org.mariadb.jdbc.MariaDbBlob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in class org.mariadb.jdbc.MariaDbClob
 
TRUST - org.mariadb.jdbc.SslMode
 
TWO - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
type() - Method in class org.mariadb.jdbc.client.tls.DefaultTlsSocketPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.authentication.addon.ClearPasswordPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.authentication.addon.SendGssApiAuthPacket
 
type() - Method in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.authentication.standard.Ed25519PasswordPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.authentication.standard.SendPamAuthPacket
 
type() - Method in interface org.mariadb.jdbc.plugin.AuthenticationPlugin
Authentication plugin type.
type() - Method in class org.mariadb.jdbc.plugin.credential.aws.AwsIamCredentialPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.credential.env.EnvCredentialPlugin
 
type() - Method in class org.mariadb.jdbc.plugin.credential.system.PropertiesCredentialPlugin
 
type() - Method in interface org.mariadb.jdbc.plugin.CredentialPlugin
 
type() - Method in interface org.mariadb.jdbc.plugin.TlsSocketPlugin
plugin type.
TYPE - Static variable in class org.mariadb.jdbc.plugin.authentication.addon.ClearPasswordPlugin
 
TYPE - Static variable in class org.mariadb.jdbc.plugin.authentication.standard.CachingSha2PasswordPlugin
 
TYPE - Static variable in class org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin
 

U

unCache(Client) - Method in class org.mariadb.jdbc.message.server.CachedPrepareResultPacket
 
UNIQUE_KEY - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
UnixDomainSocket - Class in org.mariadb.jdbc.client.socket
 
UnixDomainSocket(String) - Constructor for class org.mariadb.jdbc.client.socket.UnixDomainSocket
 
UnixDomainSocket.SockAddr - Class in org.mariadb.jdbc.client.socket
 
UNSIGNED - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
unwrap(Class<T>) - Method in class org.mariadb.jdbc.CallableParameterMetaData
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class org.mariadb.jdbc.client.result.Result
 
unwrap(Class<T>) - Method in class org.mariadb.jdbc.client.result.ResultSetMetaData
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class org.mariadb.jdbc.Connection
 
unwrap(Class<T>) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
unwrap(Class<T>) - Method in class org.mariadb.jdbc.MariaDbDataSource
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class org.mariadb.jdbc.MariaDbPoolDataSource
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class org.mariadb.jdbc.ParameterMetaData
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class org.mariadb.jdbc.Statement
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
UpdatableResult - Class in org.mariadb.jdbc.client.result
 
UpdatableResult(Statement, boolean, long, ColumnDefinitionPacket[], PacketReader, Context, int, boolean, boolean) - Constructor for class org.mariadb.jdbc.client.result.UpdatableResult
 
updateArray(int, Array) - Method in class org.mariadb.jdbc.client.result.Result
 
updateArray(String, Array) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(int, InputStream) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(int, InputStream) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateAsciiStream(int, InputStream, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(int, InputStream, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateAsciiStream(int, InputStream, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(int, InputStream, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateAsciiStream(String, InputStream) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(String, InputStream) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateAsciiStream(String, InputStream, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(String, InputStream, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateAsciiStream(String, InputStream, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateAsciiStream(String, InputStream, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBigDecimal(int, BigDecimal) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBigDecimal(int, BigDecimal) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBigDecimal(String, BigDecimal) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBigDecimal(String, BigDecimal) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBinaryStream(int, InputStream) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBinaryStream(int, InputStream) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBinaryStream(int, InputStream, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBinaryStream(int, InputStream, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBinaryStream(int, InputStream, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBinaryStream(int, InputStream, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBinaryStream(String, InputStream) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBinaryStream(String, InputStream) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBinaryStream(String, InputStream, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBinaryStream(String, InputStream, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBinaryStream(String, InputStream, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBinaryStream(String, InputStream, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBlob(int, InputStream) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBlob(int, InputStream) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBlob(int, InputStream, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBlob(int, InputStream, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBlob(int, Blob) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBlob(int, Blob) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBlob(String, InputStream) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBlob(String, InputStream) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBlob(String, InputStream, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBlob(String, InputStream, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBlob(String, Blob) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBlob(String, Blob) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBoolean(int, boolean) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBoolean(int, boolean) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBoolean(String, boolean) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBoolean(String, boolean) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateByte(int, byte) - Method in class org.mariadb.jdbc.client.result.Result
 
updateByte(int, byte) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateByte(String, byte) - Method in class org.mariadb.jdbc.client.result.Result
 
updateByte(String, byte) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBytes(int, byte[]) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBytes(int, byte[]) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateBytes(String, byte[]) - Method in class org.mariadb.jdbc.client.result.Result
 
updateBytes(String, byte[]) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateCharacterStream(int, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateCharacterStream(int, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateCharacterStream(int, Reader, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateCharacterStream(int, Reader, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateCharacterStream(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateCharacterStream(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateCharacterStream(String, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateCharacterStream(String, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateCharacterStream(String, Reader, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateCharacterStream(String, Reader, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateCharacterStream(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateCharacterStream(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateClob(int, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateClob(int, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateClob(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateClob(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateClob(int, Clob) - Method in class org.mariadb.jdbc.client.result.Result
 
updateClob(int, Clob) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateClob(String, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateClob(String, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateClob(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateClob(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateClob(String, Clob) - Method in class org.mariadb.jdbc.client.result.Result
 
updateClob(String, Clob) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateDate(int, Date) - Method in class org.mariadb.jdbc.client.result.Result
 
updateDate(int, Date) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateDate(String, Date) - Method in class org.mariadb.jdbc.client.result.Result
 
updateDate(String, Date) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateDouble(int, double) - Method in class org.mariadb.jdbc.client.result.Result
 
updateDouble(int, double) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateDouble(String, double) - Method in class org.mariadb.jdbc.client.result.Result
 
updateDouble(String, double) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateFloat(int, float) - Method in class org.mariadb.jdbc.client.result.Result
 
updateFloat(int, float) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateFloat(String, float) - Method in class org.mariadb.jdbc.client.result.Result
 
updateFloat(String, float) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateInt(int, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateInt(int, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateInt(String, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateInt(String, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateLong(int, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateLong(int, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateLong(String, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateLong(String, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateMeta(ColumnDefinitionPacket[]) - Method in class org.mariadb.jdbc.BasePreparedStatement
 
updateNCharacterStream(int, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNCharacterStream(int, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNCharacterStream(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNCharacterStream(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNCharacterStream(String, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNCharacterStream(String, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNCharacterStream(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNCharacterStream(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNClob(int, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNClob(int, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNClob(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNClob(int, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNClob(int, NClob) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNClob(int, NClob) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNClob(String, Reader) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNClob(String, Reader) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNClob(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNClob(String, Reader, long) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNClob(String, NClob) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNClob(String, NClob) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNString(int, String) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNString(int, String) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNString(String, String) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNString(String, String) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNull(int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNull(int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateNull(String) - Method in class org.mariadb.jdbc.client.result.Result
 
updateNull(String) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(int, Object) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(int, Object) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(int, Object, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(int, Object, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(int, Object, SQLType) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(int, Object, SQLType) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(int, Object, SQLType, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(int, Object, SQLType, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(String, Object) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(String, Object) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(String, Object, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(String, Object, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(String, Object, SQLType) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(String, Object, SQLType) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateObject(String, Object, SQLType, int) - Method in class org.mariadb.jdbc.client.result.Result
 
updateObject(String, Object, SQLType, int) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateRef(int, Ref) - Method in class org.mariadb.jdbc.client.result.Result
 
updateRef(String, Ref) - Method in class org.mariadb.jdbc.client.result.Result
 
updateRow() - Method in class org.mariadb.jdbc.client.result.Result
 
updateRow() - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateRowData(byte[]) - Method in class org.mariadb.jdbc.client.result.Result
 
updateRowId(int, RowId) - Method in class org.mariadb.jdbc.client.result.Result
 
updateRowId(String, RowId) - Method in class org.mariadb.jdbc.client.result.Result
 
updatesAreDetected(int) - Method in class org.mariadb.jdbc.DatabaseMetaData
 
updateShort(int, short) - Method in class org.mariadb.jdbc.client.result.Result
 
updateShort(int, short) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateShort(String, short) - Method in class org.mariadb.jdbc.client.result.Result
 
updateShort(String, short) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateSQLXML(int, SQLXML) - Method in class org.mariadb.jdbc.client.result.Result
 
updateSQLXML(String, SQLXML) - Method in class org.mariadb.jdbc.client.result.Result
 
updateString(int, String) - Method in class org.mariadb.jdbc.client.result.Result
 
updateString(int, String) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateString(String, String) - Method in class org.mariadb.jdbc.client.result.Result
 
updateString(String, String) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateTime(int, Time) - Method in class org.mariadb.jdbc.client.result.Result
 
updateTime(int, Time) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateTime(String, Time) - Method in class org.mariadb.jdbc.client.result.Result
 
updateTime(String, Time) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateTimestamp(int, Timestamp) - Method in class org.mariadb.jdbc.client.result.Result
 
updateTimestamp(int, Timestamp) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
updateTimestamp(String, Timestamp) - Method in class org.mariadb.jdbc.client.result.Result
 
updateTimestamp(String, Timestamp) - Method in class org.mariadb.jdbc.client.result.UpdatableResult
 
useAffectedRows() - Method in class org.mariadb.jdbc.Configuration
 
useAffectedRows(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
useAliasAsName() - Method in class org.mariadb.jdbc.client.result.Result
 
useAliasAsName() - Method in class org.mariadb.jdbc.message.server.ColumnDefinitionPacket
 
useBulkStmts() - Method in class org.mariadb.jdbc.Configuration
 
useBulkStmts(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
useCompression() - Method in class org.mariadb.jdbc.Configuration
 
useCompression(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
Indicate to compress exchanges with the database through gzip.
useMysqlMetadata() - Method in class org.mariadb.jdbc.Configuration
 
useMysqlMetadata(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
Permit indicating to force DatabaseMetadata.getDatabaseProductName() to return `MySQL` as database type, not real database type
user() - Method in class org.mariadb.jdbc.Configuration
 
user(String) - Method in class org.mariadb.jdbc.Configuration.Builder
 
useReadAheadInput() - Method in class org.mariadb.jdbc.Configuration
 
useReadAheadInput(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
useResetConnection() - Method in class org.mariadb.jdbc.Configuration
 
useResetConnection(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
useServerPrepStmts() - Method in class org.mariadb.jdbc.Configuration
 
useServerPrepStmts(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 
usesLocalFilePerTable() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
usesLocalFiles() - Method in class org.mariadb.jdbc.DatabaseMetaData
 
Utils - Class in org.mariadb.jdbc.plugin.authentication.standard.ed25519
Basic utilities for EdDSA.
Utils() - Constructor for class org.mariadb.jdbc.plugin.authentication.standard.ed25519.Utils
 

V

validParameters() - Method in class org.mariadb.jdbc.ClientPreparedStatement
 
validParameters() - Method in class org.mariadb.jdbc.FunctionStatement
 
validParameters() - Method in class org.mariadb.jdbc.ServerPreparedStatement
 
valueOf(String) - Static method in enum org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mariadb.jdbc.SslMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mariadb.jdbc.TransactionIsolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mariadb.jdbc.util.constants.HaMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mariadb.jdbc.SslMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mariadb.jdbc.TransactionIsolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mariadb.jdbc.util.constants.HaMode
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, X509Certificate, long) - Static method in class org.mariadb.jdbc.client.tls.HostnameVerifier
Verification that throw an exception with a detailed error message in case of error.
verify(String, SSLSession, long) - Method in class org.mariadb.jdbc.client.tls.DefaultTlsSocketPlugin
 
verify(String, SSLSession, long) - Method in interface org.mariadb.jdbc.plugin.TlsSocketPlugin
Host name verifier implementation.
VERIFY_CA - org.mariadb.jdbc.SslMode
 
VERIFY_FULL - org.mariadb.jdbc.SslMode
 

W

warn(String) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
warn(String) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
warn(String) - Method in interface org.mariadb.jdbc.util.log.Logger
 
warn(String) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
warn(String, Object...) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
warn(String, Object...) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
warn(String, Object...) - Method in interface org.mariadb.jdbc.util.log.Logger
 
warn(String, Object...) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
warn(String, Throwable) - Method in class org.mariadb.jdbc.util.log.ConsoleLogger
 
warn(String, Throwable) - Method in class org.mariadb.jdbc.util.log.JdkLogger
 
warn(String, Throwable) - Method in interface org.mariadb.jdbc.util.log.Logger
 
warn(String, Throwable) - Method in class org.mariadb.jdbc.util.log.Slf4JLogger
 
wasNull() - Method in class org.mariadb.jdbc.BaseCallableStatement
Retrieves whether the last OUT parameter read had the value of SQL NULL.
wasNull() - Method in class org.mariadb.jdbc.client.result.Result
 
WindowsNativeSspiAuthentication - Class in org.mariadb.jdbc.plugin.authentication.addon.gssapi
 
WindowsNativeSspiAuthentication() - Constructor for class org.mariadb.jdbc.plugin.authentication.addon.gssapi.WindowsNativeSspiAuthentication
 
withSql(String) - Method in class org.mariadb.jdbc.util.exceptions.ExceptionFactory
 
write(byte[], int, int) - Method in class org.mariadb.jdbc.client.socket.CompressOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class org.mariadb.jdbc.client.socket.CompressOutputStream
Writes the specified byte to this output stream.
writeAscii(String) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
writeByte(int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write byte into buf, flush buf to socket if needed.
writeBytes(byte[]) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
writeBytes(byte[], int, int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write byte array to buf.
writeBytesAtPos(byte[], int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
writeBytesEscaped(byte[], int, boolean) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write escape bytes to socket.
writeDouble(double) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
writeEmptyPacket() - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Send empty packet.
writeFloat(float) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
writeInt(int) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write int value into buf.
writeLength(long) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write field length into buf, flush socket if needed.
writeLong(long) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write long value into buf.
writeShort(short) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write short value into buf.
writeSocket(boolean) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Flush the internal buf.
writeString(String) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
 
writeStringEscaped(String, boolean) - Method in class org.mariadb.jdbc.client.socket.PacketWriter
Write string to socket.

X

xidToString(Xid) - Static method in class org.mariadb.jdbc.MariaDbPoolConnection
 

Y

yearIsDateType() - Method in class org.mariadb.jdbc.Configuration
 
yearIsDateType(Boolean) - Method in class org.mariadb.jdbc.Configuration.Builder
 

Z

ZERO - Variable in class org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.Field
 
ZEROFILL - Static variable in class org.mariadb.jdbc.util.constants.ColumnFlags
 
ZonedDateTimeCodec - Class in org.mariadb.jdbc.codec.list
 
ZonedDateTimeCodec() - Constructor for class org.mariadb.jdbc.codec.list.ZonedDateTimeCodec
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages