类 RowFactory
- java.lang.Object
-
- com.mysql.cj.xdevapi.RowFactory
-
- 所有已实现的接口:
ProtocolEntityFactory<Row,XMessage>
public class RowFactory extends Object implements ProtocolEntityFactory<Row,XMessage>
CreateRowobjects from internal row representation.
-
-
构造器概要
构造器 构造器 说明 RowFactory(ColumnDefinition metadata, TimeZone defaultTimeZone, PropertySet pset)Constructor.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 RowcreateFromProtocolEntity(ProtocolEntity internalRow)Create object from protocol entity.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityFactory
createFromMessage, getFetchSize, getResultSetConcurrency, getResultSetType
-
-
-
-
构造器详细资料
-
RowFactory
public RowFactory(ColumnDefinition metadata, TimeZone defaultTimeZone, PropertySet pset)
Constructor.- 参数:
metadata-ColumnDefinitionobject to use for new rows.defaultTimeZone-TimeZoneobject representing the default time zonepset-PropertySet
-
-
方法详细资料
-
createFromProtocolEntity
public Row createFromProtocolEntity(ProtocolEntity internalRow)
从接口复制的说明:ProtocolEntityFactoryCreate object from protocol entity.- 指定者:
createFromProtocolEntity在接口中ProtocolEntityFactory<Row,XMessage>- 参数:
internalRow- theProtocolEntityto create from- 返回:
- a new ProtocolEntity
-
-