public interface IDbProperty
| Modifier and Type | Interface and Description |
|---|---|
static class |
IDbProperty.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName() |
boolean |
isIndex() |
boolean |
isMeta() |
boolean |
isPrimaryKey() |
boolean |
isPrivate() |
String |
pname() |
IDbProperty.Type |
type() |
String pname()
IDbProperty.Type type()
boolean isPrimaryKey()
boolean isPrivate()
boolean isMeta()
String columnName()
boolean isIndex()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.