public class DbType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DbType.TYPE |
| Constructor and Description |
|---|
DbType(DbType.TYPE type,
int size,
String[] options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOption(int index,
String def)
Return the option corresponding to the index or the def value if this is not possible.
|
String[] |
getOptions() |
int |
getSize() |
DbType.TYPE |
getType() |
public DbType(DbType.TYPE type, int size, String[] options)
public DbType.TYPE getType()
public int getSize()
public String[] getOptions()
Copyright © 2014. All rights reserved.