|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MockResultSetMetaData.DBType in net.israfil.foundation.mock.sql |
|---|
| Fields in net.israfil.foundation.mock.sql declared as MockResultSetMetaData.DBType | |
|---|---|
MockResultSetMetaData.DBType |
MockResultSetMetaData.ColSpec.type
|
| Methods in net.israfil.foundation.mock.sql that return MockResultSetMetaData.DBType | |
|---|---|
static MockResultSetMetaData.DBType |
MockResultSetMetaData.DBType.valueOf(int sqlType)
|
static MockResultSetMetaData.DBType |
MockResultSetMetaData.DBType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MockResultSetMetaData.DBType[] |
MockResultSetMetaData.DBType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in net.israfil.foundation.mock.sql with parameters of type MockResultSetMetaData.DBType | |
|---|---|
MockResultSetMetaData.ColSpec(java.lang.String name,
MockResultSetMetaData.DBType type)
|
|
MockResultSetMetaData.ColSpec(java.lang.String name,
MockResultSetMetaData.DBType type,
boolean nullable)
|
|
MockResultSetMetaData.ColSpec(java.lang.String name,
MockResultSetMetaData.DBType type,
int width)
|
|
MockResultSetMetaData.ColSpec(java.lang.String name,
MockResultSetMetaData.DBType type,
int width,
boolean nullable)
|
|
MockResultSetMetaData.ColSpec(java.lang.String name,
MockResultSetMetaData.DBType type,
int precision,
int scale)
|
|
MockResultSetMetaData.ColSpec(java.lang.String name,
MockResultSetMetaData.DBType type,
int precision,
int scale,
boolean nullable)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||