Uses of Class
org.mariadb.jdbc.internal.ColumnType
-
-
Uses of ColumnType in org.mariadb.jdbc
Methods in org.mariadb.jdbc with parameters of type ColumnType Modifier and Type Method Description voidBasePrepareStatement. setNull(int parameterIndex, ColumnType mariadbType)Sets the designated parameter to SQLNULL. -
Uses of ColumnType in org.mariadb.jdbc.internal
Methods in org.mariadb.jdbc.internal that return ColumnType Modifier and Type Method Description static ColumnTypeColumnType. fromServer(int typeValue, int charsetNumber)Convert server Type to server type.static ColumnTypeColumnType. toServer(int javaType)Convert javatype to ColumnType.static ColumnTypeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mariadb.jdbc.internal with parameters of type ColumnType Modifier and Type Method Description static StringColumnType. getClassName(ColumnType type, int len, boolean signed, boolean binary, Options options)Get class name.static StringColumnType. getColumnTypeName(ColumnType type, long len, boolean signed, boolean binary)Get columnTypeName.static booleanColumnType. isNumeric(ColumnType type)Is type numeric. -
Uses of ColumnType in org.mariadb.jdbc.internal.com.read.resultset
Methods in org.mariadb.jdbc.internal.com.read.resultset that return ColumnType Modifier and Type Method Description ColumnTypeColumnInformation. getColumnType()Methods in org.mariadb.jdbc.internal.com.read.resultset with parameters of type ColumnType Modifier and Type Method Description static ColumnInformationColumnInformation. create(String name, ColumnType type)Constructor.static ResultSetSelectResultSet. createResultSet(String[] columnNames, ColumnType[] columnTypes, String[][] data, Protocol protocol)Create a result set from given data. -
Uses of ColumnType in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type ColumnType Modifier and Type Method Description static voidComStmtExecute. send(PacketOutputStream pos, int statementId, ParameterHolder[] parameters, int parameterCount, ColumnType[] parameterTypeHeader, byte cursorFlag)Send a prepare statement binary stream.static voidComStmtExecute. writeCmd(int statementId, ParameterHolder[] parameters, int parameterCount, ColumnType[] parameterTypeHeader, PacketOutputStream pos, byte cursorFlag)Write COM_STMT_EXECUTE sub-command to output buffer. -
Uses of ColumnType in org.mariadb.jdbc.internal.com.send.parameters
Constructors in org.mariadb.jdbc.internal.com.send.parameters with parameters of type ColumnType Constructor Description NullParameter(ColumnType type) -
Uses of ColumnType in org.mariadb.jdbc.internal.io.input
Methods in org.mariadb.jdbc.internal.io.input with parameters of type ColumnType Modifier and Type Method Description static byte[]StandardPacketInputStream. create(byte[][] row, ColumnType[] columnTypes)Create Buffer with Text protocol values. -
Uses of ColumnType in org.mariadb.jdbc.internal.protocol
Fields in org.mariadb.jdbc.internal.protocol declared as ColumnType Modifier and Type Field Description protected ColumnType[]AbstractMultiSend. parameterTypeHeader -
Uses of ColumnType in org.mariadb.jdbc.internal.util.dao
Methods in org.mariadb.jdbc.internal.util.dao that return ColumnType Modifier and Type Method Description ColumnType[]ServerPrepareResult. getParameterTypeHeader()
-