public static class JDBCFormatter.SqlColumn
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Name used for the column.
|
int |
getSqlType()
Returns the SQL type code for this column.
|
java.lang.String |
getTypeSpec()
Type specification as used in CREATE statement.
|
public int getSqlType()
Types
public java.lang.String getColumnName()
public java.lang.String getTypeSpec()