|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.joanju.cg.db.LStringTable
public class LStringTable
Provides inter-package cached access to the lstring table.
Not part of the public API. The lstring table is for long strings (SQL "TEXT"), and it is case sensitive.
| Constructor Summary | |
|---|---|
LStringTable()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
get(int id)
Returns the lstring for an ID, null if it's not there. |
static int |
get(java.lang.String str)
Returns the ID for an lstring, creates it if it's not already there. |
static int |
lookup(java.lang.String str)
Looks up the ID for an lstring. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LStringTable()
| Method Detail |
|---|
public static int get(java.lang.String str)
throws java.sql.SQLException
java.sql.SQLException
public static java.lang.String get(int id)
throws java.sql.SQLException
java.sql.SQLException
public static int lookup(java.lang.String str)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||