9 module
com { module sun { module star { module sdbc {
28 boolean autoCommitFailureClosesAllResultSets() raises (
SQLException);
39 boolean generatedKeyAlwaysReturned() raises (
SQLException);
118 XResultSet getAttributes([in]
string catalog, [in]
string schemaPattern, [in]
string typeNamePattern, [in]
string attributeNamePattern) raises (
SQLException);
148 long getDatabaseMajorVersion();
156 long getDatabaseMinorVersion();
204 XResultSet getFunctions([in]
string catalog, [in]
string schemaPattern, [in]
string functionNamePattern) raises (
SQLException);
298 XResultSet getFunctionColumns([in]
string catalog, [in]
string schemaPattern, [in]
string functionNamePattern, [in]
string columnNamePattern) raises (
SQLException);
374 XResultSet getPseudoColumns([in]
string catalog, [in]
string schemaPattern, [in]
string tableNamePattern, [in]
string columnNamePattern) raises (
SQLException);
419 XResultSet getSchemasFiltered([in] com::sun::star::beans::Optional<string> catalog, [in] com::sun::star::beans::Optional<string> schemaPattern) raises (
SQLException);
463 XResultSet getSuperTables([in]
string catalog, [in]
string schemaPattern, [in]
string tableNamePattern) raises (
SQLException);
504 XResultSet getSuperTypes([in]
string catalog, [in]
string schemaPattern, [in]
string typeNamePattern) raises (
SQLException);
522 boolean supportsConvertInGeneral()
536 boolean supportsGetGeneratedKeys() raises (
SQLException);
548 boolean supportsMultipleOpenResults() raises (
SQLException);
558 boolean supportsNamedParameters() raises (
SQLException);
596 boolean supportsStatementPooling() raises (
SQLException);
605 boolean supportsStoredFunctionsUsingCallSyntax() raises (
SQLException);
Definition: Ambiguous.idl:20
provides the navigation on a table of data.
Definition: XResultSet.idl:37
is an exception that provides information on a database access error.
Definition: SQLException.idl:40