Interface java.sql.DatabaseMetaData
Added interface java.sql.Wrapper
.
Added Methods | |
---|---|
boolean autoCommitFailureClosesAllResultSets () | |
ResultSet getClientInfoProperties () | |
ResultSet getFunctionColumns (String, String )
| |
ResultSet getFunctions (String, String )
| |
RowIdLifetime getRowIdLifetime () | |
ResultSet getSchemas (String, String )
| |
boolean supportsStoredFunctionsUsingCallSyntax () |
Added Fields | |
---|---|
int functionColumnIn | |
int functionColumnInOut | |
int functionColumnOut | |
int functionColumnResult | |
int functionColumnUnknown | |
int functionNoNulls | |
int functionNoTable | |
int functionNullable | |
int functionNullableUnknown | |
int functionResultUnknown | |
int functionReturn | |
int functionReturnsTable | |
int sqlStateSQL |