Frames | No Frames |
Methods which throw type org.objectweb.jorm.mapper.rdb.adapter.api.RdbAdapterException | |
char[] | BasicRdbAdapter.getCharArray(Object o) |
String | BasicRdbAdapter.getFirstLocateExpression(String substring, String instring) |
String | MckoiAdapter.getFirstLocateExpression(String substring, String instring) Returns the expression for searching the position of the first occurrence
of a substring in a string. |
String | BasicRdbAdapter.getIndexedLocateExpression(String instring, String substring, String fromIndex) |
String | MckoiAdapter.getIndexedLocateExpression(String instring, String substring, String fromIndex) Returns the expression for searching the position of the first occurrence
of a substring in a string starting from a given index. |
String | PostgresAdapter.getIndexedLocateExpression(String instring, String substring, String fromIndex) Returns the expression for searching the position of the first occurrence
of a substring in a string starting from a given index. |
String | |
String | |
String | BasicRdbAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | CloudscapeAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | Db2Adapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | FirebirdAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | MckoiAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | MysqlAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | OracleAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | PostgresAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | ProgressAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
String | SqlserverAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
int | BasicRdbAdapter.getSqlTypeCode(int typeCode) This methods return the SQL type code linked to the java type specified
in parameter. |
int | BasicRdbAdapter.getSqlTypeCode(int typeCode, String sqlColumnType) This methods return the SQL type code linked to the java type specified
in parameter. |
int | MysqlAdapter.getSqlTypeCode(int typeCode, String sqlColumnType) This method returns the SQL type code linked to the java type
specified in parameter. |
RdbAdapter | RdbAdapterFactory.getTypeConverter(DataSource ds) |
RdbAdapter | RdbAdapterFactory.getTypeConverter(String dbn) This first possibility permits to specify the name for which a
RdbAdapter is needed. |
Methods which throw type org.objectweb.jorm.mapper.rdb.adapter.api.RdbAdapterException | |
String | RdbAdapter.getFirstLocateExpression(String substring, String instring) Returns the expression for searching the position of the first occurrence
of a substring in a string. |
String | RdbAdapter.getIndexedLocateExpression(String inputString, String substring, String fromIndex) Returns the expression for searching the position of the first occurrence
of a substring in a string starting from a given index. |
String | |
String | TypeAdapter.getSqlType(int typeCode, boolean usedInPK, int size, int scale) This method returns the SQL type linked to the java type
|
int | TypeAdapter.getSqlTypeCode(int typeCode) This method returns the SQL type code linked to the java type
specified in parameter. |
int | TypeAdapter.getSqlTypeCode(int typeCode, String sqlColumnType) This method returns the SQL type code linked to the java type
specified in parameter. |