public class LongCreator extends java.lang.Object implements JdbcAbstractStore.Creator<java.lang.Long>
Modifier and Type | Field and Description |
---|---|
static LongCreator |
FIRST |
Constructor and Description |
---|
LongCreator(int columnIndex) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
create(java.sql.ResultSet con) |
public static final LongCreator FIRST
public java.lang.Long create(java.sql.ResultSet con) throws java.sql.SQLException
create
in interface JdbcAbstractStore.Creator<java.lang.Long>
java.sql.SQLException
Copyright © 2021. All Rights Reserved.