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  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.