Package | Description |
---|---|
org.simart.writeonce.common | |
org.simart.writeonce.domain |
Modifier and Type | Method and Description |
---|---|
ColumnDescriptor[] |
TableDescriptor.getColumns()
All table's columns in array
|
ColumnDescriptor[] |
TableDescriptor.getPrimaryKeys()
Table's primaty keys
|
ColumnDescriptor |
TableDescriptor.getSinglePrimaryKey()
Table's primaty key - use this if one
|
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnDescriptor> |
TableDescriptor.getColumn()
Table's column by name
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
ColumnDescriptor[] |
TableDescriptorImpl.getColumns() |
ColumnDescriptor[] |
TableDescriptorImpl.getPrimaryKeys() |
ColumnDescriptor |
TableDescriptorImpl.getSinglePrimaryKey() |
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnDescriptor> |
TableDescriptorImpl.getColumn() |
Copyright © 2014. All Rights Reserved.