public class Dialect extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Dialect() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerColumnType(int code,
int capacity,
String name)
Subclasses register a type name for the given type code and maximum
column length.
|
protected void |
registerColumnType(int code,
String name)
Subclasses register a type name for the given type code.
|
String |
toString() |
protected void registerColumnType(int code,
int capacity,
String name)
code - The Types typecodecapacity - The maximum length of database typename - The database type nameCopyright © 2005–2018 Alfresco Software. All rights reserved.