public static class JDBCSessionIdManager.DatabaseAdaptor extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_blobType |
protected String |
_longType |
Constructor and Description |
---|
JDBCSessionIdManager.DatabaseAdaptor() |
Modifier and Type | Method and Description |
---|---|
void |
adaptTo(DatabaseMetaData dbMeta) |
String |
convertIdentifier(String identifier)
Convert a camel case identifier into either upper or lower
depending on the way the db stores identifiers.
|
InputStream |
getBlobInputStream(ResultSet result,
String columnName) |
String |
getBlobType() |
String |
getDBName() |
String |
getLongType() |
boolean |
isEmptyStringNull() |
boolean |
isRowIdReserved()
rowId is a reserved word for Oracle, so change the name of this column
|
void |
setBlobType(String blobType) |
void |
setLongType(String longType) |
public JDBCSessionIdManager.DatabaseAdaptor()
public void adaptTo(DatabaseMetaData dbMeta) throws SQLException
SQLException
public void setBlobType(String blobType)
public String getBlobType()
public void setLongType(String longType)
public String getLongType()
public String convertIdentifier(String identifier)
identifier
- public String getDBName()
public InputStream getBlobInputStream(ResultSet result, String columnName) throws SQLException
SQLException
public boolean isEmptyStringNull()
public boolean isRowIdReserved()
Copyright © 1995-2015 Webtide. All Rights Reserved.