public class Varchar extends AbstractStringDataType
| Constructor and Description |
|---|
Varchar(int length)
Create a new instance of an
Varchar data type |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CreateTableVisitor visitor) |
protected AbstractStringDataType |
self() |
getLength, getNamepublic Varchar(int length)
Varchar data typelength - pre-defined length for stored stringspublic void accept(CreateTableVisitor visitor)
visitor - instance of CreateTableVisitorprotected AbstractStringDataType self()
self in class AbstractStringDataTypeCopyright © 2018–2019. All rights reserved.