Package org.sqlite.parser.ast
Class ColumnNameAndType
java.lang.Object
org.sqlite.parser.ast.ColumnNameAndType
- All Implemented Interfaces:
ToSql
-
Field Details
-
colName
-
colType
-
-
Constructor Details
-
ColumnNameAndType
-
-
Method Details
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-
getTypeExpr
-
getDataType
public int getDataType()- Returns:
Types.*
-
getSize
-
getDecimalDigits
-