|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jinahya.sql.AbstractDbAccessible<java.lang.Long>
com.googlecode.jinahya.sql.DbAccessibleWithLong
public abstract class DbAccessibleWithLong
Abstract implementation of DatabaseAccessible with idType of
Long.
| Field Summary |
|---|
| Fields inherited from class com.googlecode.jinahya.sql.AbstractDbAccessible |
|---|
idColumnName, tableName |
| Constructor Summary | |
|---|---|
|
DbAccessibleWithLong(java.lang.String tableName,
java.lang.String idColumnName)
Creates a new instance. |
protected |
DbAccessibleWithLong(java.lang.String tableName,
java.lang.String idColumnName,
int idType)
Creates a new instance. |
| Method Summary |
|---|
| Methods inherited from class com.googlecode.jinahya.sql.AbstractDbAccessible |
|---|
delete, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getId, getIdColumnName, getIdType, getInt, getInt, getLong, getLong, getShort, getShort, getTableName, getTimestamp, getTimestamp, read, select, setId, setTimestamp, setTimestamp, setTimestamp, setTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.googlecode.jinahya.sql.DbAccessible |
|---|
insert, read, update |
| Constructor Detail |
|---|
public DbAccessibleWithLong(java.lang.String tableName,
java.lang.String idColumnName)
tableName - table nameidColumnName - id column name
protected DbAccessibleWithLong(java.lang.String tableName,
java.lang.String idColumnName,
int idType)
tableName - table nameidColumnName - id column nameidType - id type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||