public class SQLTable extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SQLColumn |
getColumn(String name) |
List<SQLColumn> |
getColumns()
Get the table columns
|
String |
getName()
Get the table name
|
List<SQLColumn> |
getPrimaryColumns()
Get the primary columns for this table
|
int |
hashCode() |
Copyright © 2018. All rights reserved.