Package nxt.db
Class Table
java.lang.Object
nxt.db.Table
- Direct Known Subclasses:
DerivedDbTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final TransactionalDbprotected final Stringprotected final Stringprotected final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ConnectionintgetCount()final intgetCount(PreparedStatement pstmt) intfinal intfinal Stringfinal StringtoString()voidtruncate()final void
-
Field Details
-
db
-
schema
-
table
-
schemaTable
-
-
Constructor Details
-
Table
-
-
Method Details
-
getConnection
- Throws:
SQLException
-
truncate
public void truncate() -
truncateAll
public final void truncateAll() -
getSchemaTable
-
toString
-
getCount
public int getCount() -
getCount
-
getRowCount
public final int getRowCount() -
getCount
- Throws:
SQLException
-