| Package | Description |
|---|---|
| org.xipki.ca.server |
| Modifier and Type | Method and Description |
|---|---|
SqlColumn.ColumnType |
SqlColumn.getType() |
static SqlColumn.ColumnType |
SqlColumn.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlColumn.ColumnType[] |
SqlColumn.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlColumn(SqlColumn.ColumnType type,
String name,
Object value) |
SqlColumn(SqlColumn.ColumnType type,
String name,
Object value,
boolean sensitive,
boolean signerConf) |
Copyright © 2018. All rights reserved.