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.SQLExceptionCopyright © 2024. All Rights Reserved.