Package org.sqlite.parser.ast
Class Type
java.lang.Object
org.sqlite.parser.ast.Type
- All Implemented Interfaces:
ToSql
The AST node corresponding to a column or value type.
-
Field Details
-
name
-
size
-
-
Constructor Details
-
Type
-
-
Method Details
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-
getDataType
public int getDataType()- Returns:
Types.*
-
getSize
-
getDecimalDigits
-