Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
P
R
S
T
U
G
generateKey()
- Method in interface edu.hussam.database.
RecordHome
Generates an unused key.
generateKey()
- Method in class edu.hussam.database.sql.
DatabaseRecordHome
get(String)
- Method in class edu.hussam.database.sql.
DatabaseRecord
get(String)
- Method in class edu.hussam.database.sql.
PreparedConnection
getAllSources()
- Method in class edu.hussam.database.
DefaultTableSource
getAllSources()
- Method in interface edu.hussam.database.
TablesDataSource
Returns a list
of all record homes in this source.
getColumnNames()
- Method in interface edu.hussam.database.
RecordHome
Returns a List
of String representing the column names of the database row.
getColumnNames()
- Method in class edu.hussam.database.sql.
DatabaseRecordHome
getConnection()
- Method in class edu.hussam.database.sql.
ConnectionPool
getConnection()
- Method in class edu.hussam.database.sql.
PreparedConnection
getCount()
- Static method in class edu.hussam.database.sql.
PreparedConnection
getDataSource()
- Method in class edu.hussam.database.sql.
ConnectionPool
getDefaultInstance()
- Static method in class edu.hussam.database.
DefaultTableSource
getEntries()
- Method in interface edu.hussam.database.
Record
Returns all entries. a map of Map
getEntries()
- Method in class edu.hussam.database.sql.
DatabaseRecord
getEntry(String)
- Method in interface edu.hussam.database.
Record
returns the value of the given entry.
getEntry(String)
- Method in class edu.hussam.database.sql.
DatabaseRecord
getForeignKeys()
- Method in interface edu.hussam.database.
RecordHome
Returns a map with String Keys and RecordHome values.
getForeignKeys()
- Method in class edu.hussam.database.sql.
DatabaseRecordHome
getHome()
- Method in interface edu.hussam.database.
Record
Returns the RecordHome from which this Record belongs to.
getHome()
- Method in class edu.hussam.database.sql.
DatabaseRecord
getKey()
- Method in interface edu.hussam.database.
Record
Returns the key of this Record.
getKey()
- Method in class edu.hussam.database.sql.
DatabaseRecord
getName()
- Method in interface edu.hussam.database.
RecordHome
Returns the name of this Factory or Home.
getName()
- Method in class edu.hussam.database.sql.
DatabaseRecordHome
getNumber()
- Method in class edu.hussam.database.sql.
PreparedConnection
getPrimaryKeyForTable(Connection, String)
- Static method in class edu.hussam.database.sql.
DatabaseRecordHome
getPrimaryKeyName()
- Method in interface edu.hussam.database.
RecordHome
Returns the name of the primary key.
getPrimaryKeyName()
- Method in class edu.hussam.database.sql.
DatabaseRecordHome
getRecord(String)
- Method in interface edu.hussam.database.
Record
returns the record given the entry name.
getRecord(String)
- Method in class edu.hussam.database.sql.
DatabaseRecord
getSearchOptions()
- Method in interface edu.hussam.database.
RecordHome
returns a map representing serach options.
getSearchOptions()
- Method in class edu.hussam.database.sql.
DatabaseRecordHome
getSize()
- Method in class edu.hussam.database.sql.
ConnectionPool
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
P
R
S
T
U