Lines Matching refs:boolean

90 	boolean allProceduresAreCallable() raises (SQLException); 
100 boolean allTablesAreSelectable() raises (SQLException);
119 boolean isReadOnly() raises (SQLException);
128 boolean nullsAreSortedHigh() raises (SQLException);
137 boolean nullsAreSortedLow() raises (SQLException);
146 boolean nullsAreSortedAtStart() raises (SQLException);
155 boolean nullsAreSortedAtEnd() raises (SQLException);
194 boolean usesLocalFiles() raises (SQLException);
203 boolean usesLocalFilePerTable() raises (SQLException);
212 boolean supportsMixedCaseIdentifiers() raises (SQLException);
222 boolean storesUpperCaseIdentifiers() raises (SQLException);
232 boolean storesLowerCaseIdentifiers() raises (SQLException);
242 boolean storesMixedCaseIdentifiers() raises (SQLException);
252 boolean supportsMixedCaseQuotedIdentifiers() raises (SQLException);
262 boolean storesUpperCaseQuotedIdentifiers() raises (SQLException);
272 boolean storesLowerCaseQuotedIdentifiers() raises (SQLException);
282 boolean storesMixedCaseQuotedIdentifiers() raises (SQLException);
383 boolean supportsAlterTableWithAddColumn() raises (SQLException);
392 boolean supportsAlterTableWithDropColumn() raises (SQLException);
407 boolean supportsColumnAliasing() raises (SQLException);
416 boolean nullPlusNonNullIsNull() raises (SQLException);
429 boolean supportsTypeConversion() raises (SQLException);
442 boolean supportsConvert([in]long fromType, [in]long toType)
452 boolean supportsTableCorrelationNames() raises (SQLException);
462 boolean supportsDifferentTableCorrelationNames()
472 boolean supportsExpressionsInOrderBy() raises (SQLException);
481 boolean supportsOrderByUnrelated() raises (SQLException);
490 boolean supportsGroupBy() raises (SQLException);
499 boolean supportsGroupByUnrelated() raises (SQLException);
509 boolean supportsGroupByBeyondSelect() raises (SQLException);
518 boolean supportsLikeEscapeClause() raises (SQLException);
527 boolean supportsMultipleResultSets() raises (SQLException);
537 boolean supportsMultipleTransactions() raises (SQLException);
546 boolean supportsNonNullableColumns() raises (SQLException);
556 boolean supportsMinimumSQLGrammar() raises (SQLException);
566 boolean supportsCoreSQLGrammar() raises (SQLException);
577 boolean supportsExtendedSQLGrammar() raises (SQLException);
586 boolean supportsANSI92EntryLevelSQL() raises (SQLException);
595 boolean supportsANSI92IntermediateSQL() raises (SQLException);
604 boolean supportsANSI92FullSQL() raises (SQLException);
613 boolean supportsIntegrityEnhancementFacility() raises (SQLException);
622 boolean supportsOuterJoins() raises (SQLException);
631 boolean supportsFullOuterJoins() raises (SQLException);
641 boolean supportsLimitedOuterJoins() raises (SQLException);
678 boolean isCatalogAtStart() raises (SQLException);
696 boolean supportsSchemasInDataManipulation() raises (SQLException);
705 boolean supportsSchemasInProcedureCalls() raises (SQLException);
714 boolean supportsSchemasInTableDefinitions() raises (SQLException);
723 boolean supportsSchemasInIndexDefinitions() raises (SQLException);
732 boolean supportsSchemasInPrivilegeDefinitions()
742 boolean supportsCatalogsInDataManipulation() raises (SQLException);
751 boolean supportsCatalogsInProcedureCalls() raises (SQLException);
760 boolean supportsCatalogsInTableDefinitions() raises (SQLException);
769 boolean supportsCatalogsInIndexDefinitions() raises (SQLException);
778 boolean supportsCatalogsInPrivilegeDefinitions()
788 boolean supportsPositionedDelete() raises (SQLException);
797 boolean supportsPositionedUpdate() raises (SQLException);
806 boolean supportsSelectForUpdate() raises (SQLException);
816 boolean supportsStoredProcedures() raises (SQLException);
825 boolean supportsSubqueriesInComparisons() raises (SQLException);
834 boolean supportsSubqueriesInExists() raises (SQLException);
843 boolean supportsSubqueriesInIns() raises (SQLException);
852 boolean supportsSubqueriesInQuantifieds() raises (SQLException);
861 boolean supportsCorrelatedSubqueries() raises (SQLException);
870 boolean supportsUnion() raises (SQLException);
879 boolean supportsUnionAll() raises (SQLException);
888 boolean supportsOpenCursorsAcrossCommit() raises (SQLException);
897 boolean supportsOpenCursorsAcrossRollback() raises (SQLException);
906 boolean supportsOpenStatementsAcrossCommit() raises (SQLException);
915 boolean supportsOpenStatementsAcrossRollback()
1061 boolean doesMaxRowSizeIncludeBlobs() raises (SQLException);
1131 boolean supportsTransactions() raises (SQLException);
1141 boolean supportsTransactionIsolationLevel([in]long level)
1159 boolean supportsDataDefinitionAndDataManipulationTransactions()
1170 boolean supportsDataManipulationTransactionsOnly()
1181 boolean dataDefinitionCausesTransactionCommit()
1191 boolean dataDefinitionIgnoredInTransactions()
1736 [in]string table, [in]long scope, [in] boolean nullable)
2237 <b>CASE_SENSITIVE</b> boolean=> is it case sensitive?
2253 <b>UNSIGNED_ATTRIBUTE</b> boolean => is it unsigned?
2256 <b>FIXED_PREC_SCALE</b> boolean => can it be a money value?
2259 <b>AUTO_INCREMENT</b> boolean => can it be used for an
2307 <b>NON_UNIQUE</b> boolean => Can index values be non-unique?
2376 [in]boolean unique, [in]boolean approximate)
2389 boolean supportsResultSetType([in]long setType) raises (SQLException);
2405 boolean supportsResultSetConcurrency([in]long setType,
2419 boolean ownUpdatesAreVisible([in]long setType) raises (SQLException);
2431 boolean ownDeletesAreVisible([in]long setType) raises (SQLException);
2443 boolean ownInsertsAreVisible([in]long setType) raises (SQLException);
2455 boolean othersUpdatesAreVisible([in]long setType) raises (SQLException);
2467 boolean othersDeletesAreVisible([in]long setType) raises (SQLException);
2479 boolean othersInsertsAreVisible([in]long setType) raises (SQLException);
2493 boolean updatesAreDetected([in]long setType) raises (SQLException);
2509 boolean deletesAreDetected([in]long setType) raises (SQLException);
2523 boolean insertsAreDetected([in]long setType) raises (SQLException);
2532 boolean supportsBatchUpdates() raises (SQLException);