类的使用
com.mysql.cj.result.Field
-
使用Field的程序包 程序包 说明 com.mysql.cj com.mysql.cj.jdbc com.mysql.cj.jdbc.result com.mysql.cj.protocol com.mysql.cj.protocol.a com.mysql.cj.result -
-
com.mysql.cj中Field的使用
返回Field的com.mysql.cj中的方法 修饰符和类型 方法 说明 Field[]ServerPreparedQuery. getParameterFields()参数类型为Field的com.mysql.cj中的方法 修饰符和类型 方法 说明 voidServerPreparedQuery. setParameterFields(Field[] parameterFields) -
com.mysql.cj.jdbc中Field的使用
返回Field的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected Field[]DatabaseMetaData. createColumnsFields()protected Field[]DatabaseMetaData. createFieldMetadataForGetProcedures()protected Field[]DatabaseMetaData. createFkMetadataFields()protected Field[]DatabaseMetaData. createFunctionColumnsFields()protected Field[]DatabaseMetaData. createIndexInfoFields()protected Field[]DatabaseMetaData. createProcedureColumnsFields()protected Field[]DatabaseMetaData. getColumnPrivilegesFields()protected Field[]DatabaseMetaData. getFunctionsFields()protected Field[]DatabaseMetaData. getPrimaryKeysFields()protected Field[]DatabaseMetaData. getVersionColumnsFields()参数类型为Field的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected voidDatabaseMetaData. convertToJdbcFunctionList(ResultSet proceduresRs, List<DatabaseMetaData.ComparableWrapper<String,Row>> procedureRows, Field[] fields)protected ResultSetDatabaseMetaData. getProcedureOrFunctionColumns(Field[] fields, String catalog, String schemaPattern, String procedureOrFunctionNamePattern, String columnNamePattern, boolean returnProcedures, boolean returnFunctions)protected ResultSetDatabaseMetaData. getProceduresAndOrFunctions(Field[] fields, String catalog, String schemaPattern, String procedureNamePattern, boolean returnProcedures, boolean returnFunctions)参数类型为Field的com.mysql.cj.jdbc中的构造器 构造器 说明 MysqlParameterMetadata(Session session, Field[] fieldInfo, int parameterCount, ExceptionInterceptor exceptionInterceptor) -
com.mysql.cj.jdbc.result中Field的使用
返回Field的com.mysql.cj.jdbc.result中的方法 修饰符和类型 方法 说明 protected FieldResultSetMetaData. getField(int columnIndex)Returns the field instance for the given column indexField[]ResultSetMetaData. getFields()参数类型为Field的com.mysql.cj.jdbc.result中的构造器 构造器 说明 ResultSetMetaData(Session session, Field[] fields, boolean useOldAliasBehavior, boolean treatYearAsDate, ExceptionInterceptor exceptionInterceptor)Initialize for a result with a tuple set and a field descriptor set -
com.mysql.cj.protocol中Field的使用
返回Field的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 Field[]ColumnDefinition. getFields()参数类型为Field的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 <T> TValueDecoder. decodeByteArray(byte[] bytes, int offset, int length, Field f, ValueFactory<T> vf)<T> TValueDecoder. decodeSet(byte[] bytes, int offset, int length, Field f, ValueFactory<T> vf)voidColumnDefinition. setFields(Field[] fields) -
com.mysql.cj.protocol.a中Field的使用
返回Field的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 protected FieldColumnDefinitionReader. unpackField(NativePacketPayload packet, String characterSetMetadata)Unpacks the Field information from the given packet.参数类型为Field的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 ColumnDefinitionColumnDefinitionFactory. createFromFields(Field[] fields)ColumnDefinitionMergingColumnDefinitionFactory. createFromFields(Field[] fields)<T> TMysqlBinaryValueDecoder. decodeByteArray(byte[] bytes, int offset, int length, Field f, ValueFactory<T> vf)<T> TMysqlTextValueDecoder. decodeByteArray(byte[] bytes, int offset, int length, Field f, ValueFactory<T> vf)<T> TMysqlBinaryValueDecoder. decodeSet(byte[] bytes, int offset, int length, Field f, ValueFactory<T> vf)<T> TMysqlTextValueDecoder. decodeSet(byte[] bytes, int offset, int length, Field f, ValueFactory<T> vf) -
com.mysql.cj.result中Field的使用
声明为Field的com.mysql.cj.result中的字段 修饰符和类型 字段 说明 protected Field[]DefaultColumnDefinition. fields返回Field的com.mysql.cj.result中的方法 修饰符和类型 方法 说明 Field[]DefaultColumnDefinition. getFields()参数类型为Field的com.mysql.cj.result中的方法 修饰符和类型 方法 说明 TAbstractDateTimeValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)TAbstractNumericValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)InputStreamBinaryStreamValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)BooleanBooleanValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)ByteByteValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)StringStringValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)Interpret the given byte array as a string.TValueFactory. createFromBytes(byte[] bytes, int offset, int length, Field f)voidDefaultColumnDefinition. setFields(Field[] fields)参数类型为Field的com.mysql.cj.result中的构造器 构造器 说明 DefaultColumnDefinition(Field[] fields)
-