Interface java.sql.DatabaseMetaData

Added interface java.sql.Wrapper.

Added Methods
boolean autoCommitFailureClosesAllResultSets()  
ResultSet getClientInfoProperties()  
ResultSet getFunctionColumns(String, String, String, String)  
ResultSet getFunctions(String, 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