public class View extends Table
columns, db, properties| コンストラクタと説明 |
|---|
View(Database db,
String schema,
String name,
String remarks,
String viewSql,
Properties properties,
Pattern excludeIndirectColumns,
Pattern excludeColumns) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected int |
fetchNumRows()
Fetch the number of rows contained in this table.
|
String |
getViewSql()
If this is a view it returns the SQL used to create the view (if it's available).
|
boolean |
isView()
Returns
true if this is a view, false otherwise |
addCheckConstraint, addColumn, addColumn, addedChild, addedParent, addForeignKey, compareTo, connect, connectForeignKeys, fetchNumRows, getCheckConstraints, getColumn, getColumns, getComments, getForeignKeys, getId, getIndex, getIndexes, getMaxChildren, getMaxParents, getName, getNumChildren, getNumNonImpliedChildren, getNumNonImpliedParents, getNumParents, getNumRows, getPrimaryColumns, getSchema, isLeaf, isOrphan, isRemote, isRoot, removeAForeignKeyConstraint, removeNonRealForeignKeys, removeSelfReferencingConstraint, setComments, setId, setNumRows, toString, unlinkChildren, unlinkParents, updatepublic View(Database db, String schema, String name, String remarks, String viewSql, Properties properties, Pattern excludeIndirectColumns, Pattern excludeColumns) throws SQLException
db - schema - name - remarks - viewSql - properties - excludeIndirectColumns - excludeColumns - SQLExceptionpublic boolean isView()
Tabletrue if this is a view, false otherwisepublic String getViewSql()
Tablenull if it's not a view or the SQL isn't available.getViewSql クラス内 TableTable.isView()protected int fetchNumRows()
TablefetchNumRows クラス内 TableCopyright © 2016. All Rights Reserved.