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