Lines Matching refs:mID

78 	static jmethodID mID(NULL);  in impl_getTypeInfo_throw()  local
79 return impl_callResultSetMethod( "getTypeInfo", mID ); in impl_getTypeInfo_throw()
84 static jmethodID mID(NULL); in getCatalogs() local
85 return impl_callResultSetMethod( "getCatalogs", mID ); in getCatalogs()
90 static jmethodID mID(NULL); in impl_getCatalogSeparator_throw() local
91 return impl_callStringMethod( "getCatalogSeparator", mID ); in impl_getCatalogSeparator_throw()
96 static jmethodID mID(NULL); in getSchemas() local
97 return impl_callResultSetMethod( "getSchemas", mID ); in getSchemas()
103 static jmethodID mID(NULL); in getColumnPrivileges() local
104 …return impl_callResultSetMethodWithStrings( "getColumnPrivileges", mID, catalog, schema, table, &c… in getColumnPrivileges()
110 static jmethodID mID(NULL); in getColumns() local
111 …return impl_callResultSetMethodWithStrings( "getColumns", mID, catalog, schemaPattern, tableNamePa… in getColumns()
128 static jmethodID mID(NULL); in getTables() local
129 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in getTables()
179 out = t.pEnv->CallObjectMethod( object, mID, args[0].l, args[1].l,args[2].l,args[3].l); in getTables()
232 static jmethodID mID(NULL); in getProcedureColumns() local
233 …return impl_callResultSetMethodWithStrings( "getProcedureColumns", mID, catalog, schemaPattern, pr… in getProcedureColumns()
239 static jmethodID mID(NULL); in getProcedures() local
240 …return impl_callResultSetMethodWithStrings( "getProcedures", mID, catalog, schemaPattern, procedur… in getProcedures()
246 static jmethodID mID(NULL); in getVersionColumns() local
247 return impl_callResultSetMethodWithStrings( "getVersionColumns", mID, catalog, schema, table ); in getVersionColumns()
252 static jmethodID mID(NULL); in getMaxBinaryLiteralLength() local
253 return impl_callIntMethod( "getMaxBinaryLiteralLength", mID ); in getMaxBinaryLiteralLength()
258 static jmethodID mID(NULL); in getMaxRowSize() local
259 return impl_callIntMethod( "getMaxRowSize", mID ); in getMaxRowSize()
264 static jmethodID mID(NULL); in getMaxCatalogNameLength() local
265 return impl_callIntMethod( "getMaxCatalogNameLength", mID ); in getMaxCatalogNameLength()
270 static jmethodID mID(NULL); in getMaxCharLiteralLength() local
271 return impl_callIntMethod( "getMaxCharLiteralLength", mID ); in getMaxCharLiteralLength()
276 static jmethodID mID(NULL); in getMaxColumnNameLength() local
277 return impl_callIntMethod( "getMaxColumnNameLength", mID ); in getMaxColumnNameLength()
282 static jmethodID mID(NULL); in getMaxColumnsInIndex() local
283 return impl_callIntMethod( "getMaxColumnsInIndex", mID ); in getMaxColumnsInIndex()
288 static jmethodID mID(NULL); in getMaxCursorNameLength() local
289 return impl_callIntMethod( "getMaxCursorNameLength", mID ); in getMaxCursorNameLength()
294 static jmethodID mID(NULL); in getMaxConnections() local
295 return impl_callIntMethod( "getMaxConnections", mID ); in getMaxConnections()
300 static jmethodID mID(NULL); in getMaxColumnsInTable() local
301 return impl_callIntMethod( "getMaxColumnsInTable", mID ); in getMaxColumnsInTable()
306 static jmethodID mID(NULL); in getMaxStatementLength() local
307 return impl_callIntMethod( "getMaxStatementLength", mID ); in getMaxStatementLength()
312 static jmethodID mID(NULL); in getMaxTableNameLength() local
313 return impl_callIntMethod( "getMaxTableNameLength", mID ); in getMaxTableNameLength()
318 static jmethodID mID(NULL); in impl_getMaxTablesInSelect_throw() local
319 return impl_callIntMethod( "getMaxTablesInSelect", mID ); in impl_getMaxTablesInSelect_throw()
325 static jmethodID mID(NULL); in getExportedKeys() local
326 return impl_callResultSetMethodWithStrings( "getExportedKeys", mID, catalog, schema, table ); in getExportedKeys()
332 static jmethodID mID(NULL); in getImportedKeys() local
333 return impl_callResultSetMethodWithStrings( "getImportedKeys", mID, catalog, schema, table ); in getImportedKeys()
339 static jmethodID mID(NULL); in getPrimaryKeys() local
340 return impl_callResultSetMethodWithStrings( "getPrimaryKeys", mID, catalog, schema, table ); in getPrimaryKeys()
357 static jmethodID mID(NULL); in getIndexInfo() local
358 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in getIndexInfo()
366 out = t.pEnv->CallObjectMethod( object, mID, args[0].l,args[1].l,args[2].l,args[3].z,args[4].z ); in getIndexInfo()
398 static jmethodID mID(NULL); in getBestRowIdentifier() local
399 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in getBestRowIdentifier()
405 out = t.pEnv->CallObjectMethod( object, mID, args[0].l,args[1].l,args[2].l,scope,nullable); in getBestRowIdentifier()
430 static jmethodID mID(NULL); in getTablePrivileges() local
431 …Reference< XResultSet > xReturn( impl_callResultSetMethodWithStrings( "getTablePrivileges", mID, c… in getTablePrivileges()
515 static jmethodID mID(NULL); in getCrossReference() local
516 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in getCrossReference()
525 …out = t.pEnv->CallObjectMethod( object, mID, args[0].l,args[2].l,args[2].l,args[3].l,args[4].l,arg… in getCrossReference()
680 static jmethodID mID(NULL); in doesMaxRowSizeIncludeBlobs() local
681 return impl_callBooleanMethod( "doesMaxRowSizeIncludeBlobs", mID ); in doesMaxRowSizeIncludeBlobs()
686 static jmethodID mID(NULL); in storesLowerCaseQuotedIdentifiers() local
687 return impl_callBooleanMethod( "storesLowerCaseQuotedIdentifiers", mID ); in storesLowerCaseQuotedIdentifiers()
692 static jmethodID mID(NULL); in storesLowerCaseIdentifiers() local
693 return impl_callBooleanMethod( "storesLowerCaseIdentifiers", mID ); in storesLowerCaseIdentifiers()
698 static jmethodID mID(NULL); in impl_storesMixedCaseQuotedIdentifiers_throw() local
699 return impl_callBooleanMethod( "storesMixedCaseQuotedIdentifiers", mID ); in impl_storesMixedCaseQuotedIdentifiers_throw()
704 static jmethodID mID(NULL); in storesMixedCaseIdentifiers() local
705 return impl_callBooleanMethod( "storesMixedCaseIdentifiers", mID ); in storesMixedCaseIdentifiers()
710 static jmethodID mID(NULL); in storesUpperCaseQuotedIdentifiers() local
711 return impl_callBooleanMethod( "storesUpperCaseQuotedIdentifiers", mID ); in storesUpperCaseQuotedIdentifiers()
716 static jmethodID mID(NULL); in storesUpperCaseIdentifiers() local
717 return impl_callBooleanMethod( "storesUpperCaseIdentifiers", mID ); in storesUpperCaseIdentifiers()
722 static jmethodID mID(NULL); in impl_supportsAlterTableWithAddColumn_throw() local
723 return impl_callBooleanMethod( "supportsAlterTableWithAddColumn", mID ); in impl_supportsAlterTableWithAddColumn_throw()
728 static jmethodID mID(NULL); in impl_supportsAlterTableWithDropColumn_throw() local
729 return impl_callBooleanMethod( "supportsAlterTableWithDropColumn", mID ); in impl_supportsAlterTableWithDropColumn_throw()
734 static jmethodID mID(NULL); in getMaxIndexLength() local
735 return impl_callIntMethod( "getMaxIndexLength", mID ); in getMaxIndexLength()
740 static jmethodID mID(NULL); in supportsNonNullableColumns() local
741 return impl_callBooleanMethod( "supportsNonNullableColumns", mID ); in supportsNonNullableColumns()
746 static jmethodID mID(NULL); in getCatalogTerm() local
747 return impl_callStringMethod( "getCatalogTerm", mID ); in getCatalogTerm()
752 static jmethodID mID(NULL); in impl_getIdentifierQuoteString_throw() local
753 return impl_callStringMethod( "getIdentifierQuoteString", mID ); in impl_getIdentifierQuoteString_throw()
758 static jmethodID mID(NULL); in getExtraNameCharacters() local
759 return impl_callStringMethod( "getExtraNameCharacters", mID ); in getExtraNameCharacters()
764 static jmethodID mID(NULL); in supportsDifferentTableCorrelationNames() local
765 return impl_callBooleanMethod( "supportsDifferentTableCorrelationNames", mID ); in supportsDifferentTableCorrelationNames()
770 static jmethodID mID(NULL); in impl_isCatalogAtStart_throw() local
771 return impl_callBooleanMethod( "isCatalogAtStart", mID ); in impl_isCatalogAtStart_throw()
776 static jmethodID mID(NULL); in dataDefinitionIgnoredInTransactions() local
777 return impl_callBooleanMethod( "dataDefinitionIgnoredInTransactions", mID ); in dataDefinitionIgnoredInTransactions()
782 static jmethodID mID(NULL); in dataDefinitionCausesTransactionCommit() local
783 return impl_callBooleanMethod( "dataDefinitionCausesTransactionCommit", mID ); in dataDefinitionCausesTransactionCommit()
788 static jmethodID mID(NULL); in supportsDataManipulationTransactionsOnly() local
789 return impl_callBooleanMethod( "supportsDataManipulationTransactionsOnly", mID ); in supportsDataManipulationTransactionsOnly()
794 static jmethodID mID(NULL); in supportsDataDefinitionAndDataManipulationTransactions() local
795 return impl_callBooleanMethod( "supportsDataDefinitionAndDataManipulationTransactions", mID ); in supportsDataDefinitionAndDataManipulationTransactions()
800 static jmethodID mID(NULL); in supportsPositionedDelete() local
801 return impl_callBooleanMethod( "supportsPositionedDelete", mID ); in supportsPositionedDelete()
806 static jmethodID mID(NULL); in supportsPositionedUpdate() local
807 return impl_callBooleanMethod( "supportsPositionedUpdate", mID ); in supportsPositionedUpdate()
812 static jmethodID mID(NULL); in supportsOpenStatementsAcrossRollback() local
813 return impl_callBooleanMethod( "supportsOpenStatementsAcrossRollback", mID ); in supportsOpenStatementsAcrossRollback()
818 static jmethodID mID(NULL); in supportsOpenStatementsAcrossCommit() local
819 return impl_callBooleanMethod( "supportsOpenStatementsAcrossCommit", mID ); in supportsOpenStatementsAcrossCommit()
824 static jmethodID mID(NULL); in supportsOpenCursorsAcrossCommit() local
825 return impl_callBooleanMethod( "supportsOpenCursorsAcrossCommit", mID ); in supportsOpenCursorsAcrossCommit()
830 static jmethodID mID(NULL); in supportsOpenCursorsAcrossRollback() local
831 return impl_callBooleanMethod( "supportsOpenCursorsAcrossRollback", mID ); in supportsOpenCursorsAcrossRollback()
836 static jmethodID mID(NULL); in supportsTransactionIsolationLevel() local
837 return impl_callBooleanMethodWithIntArg( "supportsTransactionIsolationLevel", mID, level ); in supportsTransactionIsolationLevel()
842 static jmethodID mID(NULL); in impl_supportsSchemasInDataManipulation_throw() local
843 return impl_callBooleanMethod( "supportsSchemasInDataManipulation", mID ); in impl_supportsSchemasInDataManipulation_throw()
848 static jmethodID mID(NULL); in supportsANSI92FullSQL() local
849 return impl_callBooleanMethod( "supportsANSI92FullSQL", mID ); in supportsANSI92FullSQL()
854 static jmethodID mID(NULL); in supportsANSI92EntryLevelSQL() local
855 return impl_callBooleanMethod( "supportsANSI92EntryLevelSQL", mID ); in supportsANSI92EntryLevelSQL()
860 static jmethodID mID(NULL); in supportsIntegrityEnhancementFacility() local
861 return impl_callBooleanMethod( "supportsIntegrityEnhancementFacility", mID ); in supportsIntegrityEnhancementFacility()
866 static jmethodID mID(NULL); in supportsSchemasInIndexDefinitions() local
867 return impl_callBooleanMethod( "supportsSchemasInIndexDefinitions", mID ); in supportsSchemasInIndexDefinitions()
872 static jmethodID mID(NULL); in impl_supportsSchemasInTableDefinitions_throw() local
873 return impl_callBooleanMethod( "supportsSchemasInTableDefinitions", mID ); in impl_supportsSchemasInTableDefinitions_throw()
878 static jmethodID mID(NULL); in impl_supportsCatalogsInTableDefinitions_throw() local
879 return impl_callBooleanMethod( "supportsCatalogsInTableDefinitions", mID ); in impl_supportsCatalogsInTableDefinitions_throw()
884 static jmethodID mID(NULL); in supportsCatalogsInIndexDefinitions() local
885 return impl_callBooleanMethod( "supportsCatalogsInIndexDefinitions", mID ); in supportsCatalogsInIndexDefinitions()
890 static jmethodID mID(NULL); in impl_supportsCatalogsInDataManipulation_throw() local
891 return impl_callBooleanMethod( "supportsCatalogsInDataManipulation", mID ); in impl_supportsCatalogsInDataManipulation_throw()
896 static jmethodID mID(NULL); in supportsOuterJoins() local
897 return impl_callBooleanMethod( "supportsOuterJoins", mID ); in supportsOuterJoins()
902 static jmethodID mID(NULL); in getTableTypes() local
903 return impl_callResultSetMethod( "getTableTypes", mID ); in getTableTypes()
908 static jmethodID mID(NULL); in impl_getMaxStatements_throw() local
909 return impl_callIntMethod( "getMaxStatements", mID ); in impl_getMaxStatements_throw()
914 static jmethodID mID(NULL); in getMaxProcedureNameLength() local
915 return impl_callIntMethod( "getMaxProcedureNameLength", mID ); in getMaxProcedureNameLength()
920 static jmethodID mID(NULL); in getMaxSchemaNameLength() local
921 return impl_callIntMethod( "getMaxSchemaNameLength", mID ); in getMaxSchemaNameLength()
926 static jmethodID mID(NULL); in supportsTransactions() local
927 return impl_callBooleanMethod( "supportsTransactions", mID ); in supportsTransactions()
933 static jmethodID mID(NULL); in allProceduresAreCallable() local
934 return impl_callBooleanMethod( "allProceduresAreCallable", mID ); in allProceduresAreCallable()
939 static jmethodID mID(NULL); in supportsStoredProcedures() local
940 return impl_callBooleanMethod( "supportsStoredProcedures", mID ); in supportsStoredProcedures()
945 static jmethodID mID(NULL); in supportsSelectForUpdate() local
946 return impl_callBooleanMethod( "supportsSelectForUpdate", mID ); in supportsSelectForUpdate()
951 static jmethodID mID(NULL); in allTablesAreSelectable() local
952 return impl_callBooleanMethod( "allTablesAreSelectable", mID ); in allTablesAreSelectable()
957 static jmethodID mID(NULL); in isReadOnly() local
958 return impl_callBooleanMethod( "isReadOnly", mID ); in isReadOnly()
963 static jmethodID mID(NULL); in usesLocalFiles() local
964 return impl_callBooleanMethod( "usesLocalFiles", mID ); in usesLocalFiles()
969 static jmethodID mID(NULL); in usesLocalFilePerTable() local
970 return impl_callBooleanMethod( "usesLocalFilePerTable", mID ); in usesLocalFilePerTable()
975 static jmethodID mID(NULL); in supportsTypeConversion() local
976 return impl_callBooleanMethod( "supportsTypeConversion", mID ); in supportsTypeConversion()
981 static jmethodID mID(NULL); in nullPlusNonNullIsNull() local
982 return impl_callBooleanMethod( "nullPlusNonNullIsNull", mID ); in nullPlusNonNullIsNull()
987 static jmethodID mID(NULL); in supportsColumnAliasing() local
988 return impl_callBooleanMethod( "supportsColumnAliasing", mID ); in supportsColumnAliasing()
993 static jmethodID mID(NULL); in supportsTableCorrelationNames() local
994 return impl_callBooleanMethod( "supportsTableCorrelationNames", mID ); in supportsTableCorrelationNames()
1006 static jmethodID mID(NULL); in supportsConvert() local
1007 obtainMethodId(t.pEnv, pMethodName,"(II)Z", mID); in supportsConvert()
1008 out = t.pEnv->CallBooleanMethod( object, mID, fromType, toType ); in supportsConvert()
1018 static jmethodID mID(NULL); in supportsExpressionsInOrderBy() local
1019 return impl_callBooleanMethod( "supportsExpressionsInOrderBy", mID ); in supportsExpressionsInOrderBy()
1024 static jmethodID mID(NULL); in supportsGroupBy() local
1025 return impl_callBooleanMethod( "supportsGroupBy", mID ); in supportsGroupBy()
1030 static jmethodID mID(NULL); in supportsGroupByBeyondSelect() local
1031 return impl_callBooleanMethod( "supportsGroupByBeyondSelect", mID ); in supportsGroupByBeyondSelect()
1036 static jmethodID mID(NULL); in supportsGroupByUnrelated() local
1037 return impl_callBooleanMethod( "supportsGroupByUnrelated", mID ); in supportsGroupByUnrelated()
1042 static jmethodID mID(NULL); in supportsMultipleTransactions() local
1043 return impl_callBooleanMethod( "supportsMultipleTransactions", mID ); in supportsMultipleTransactions()
1048 static jmethodID mID(NULL); in supportsMultipleResultSets() local
1049 return impl_callBooleanMethod( "supportsMultipleResultSets", mID ); in supportsMultipleResultSets()
1054 static jmethodID mID(NULL); in supportsLikeEscapeClause() local
1055 return impl_callBooleanMethod( "supportsLikeEscapeClause", mID ); in supportsLikeEscapeClause()
1060 static jmethodID mID(NULL); in supportsOrderByUnrelated() local
1061 return impl_callBooleanMethod( "supportsOrderByUnrelated", mID ); in supportsOrderByUnrelated()
1066 static jmethodID mID(NULL); in supportsUnion() local
1067 return impl_callBooleanMethod( "supportsUnion", mID ); in supportsUnion()
1072 static jmethodID mID(NULL); in supportsUnionAll() local
1073 return impl_callBooleanMethod( "supportsUnionAll", mID ); in supportsUnionAll()
1078 static jmethodID mID(NULL); in supportsMixedCaseIdentifiers() local
1079 return impl_callBooleanMethod( "supportsMixedCaseIdentifiers", mID ); in supportsMixedCaseIdentifiers()
1084 static jmethodID mID(NULL); in impl_supportsMixedCaseQuotedIdentifiers_throw() local
1085 return impl_callBooleanMethod( "supportsMixedCaseQuotedIdentifiers", mID ); in impl_supportsMixedCaseQuotedIdentifiers_throw()
1090 static jmethodID mID(NULL); in nullsAreSortedAtEnd() local
1091 return impl_callBooleanMethod( "nullsAreSortedAtEnd", mID ); in nullsAreSortedAtEnd()
1096 static jmethodID mID(NULL); in nullsAreSortedAtStart() local
1097 return impl_callBooleanMethod( "nullsAreSortedAtStart", mID ); in nullsAreSortedAtStart()
1102 static jmethodID mID(NULL); in nullsAreSortedHigh() local
1103 return impl_callBooleanMethod( "nullsAreSortedHigh", mID ); in nullsAreSortedHigh()
1108 static jmethodID mID(NULL); in nullsAreSortedLow() local
1109 return impl_callBooleanMethod( "nullsAreSortedLow", mID ); in nullsAreSortedLow()
1114 static jmethodID mID(NULL); in supportsSchemasInProcedureCalls() local
1115 return impl_callBooleanMethod( "supportsSchemasInProcedureCalls", mID ); in supportsSchemasInProcedureCalls()
1120 static jmethodID mID(NULL); in supportsSchemasInPrivilegeDefinitions() local
1121 return impl_callBooleanMethod( "supportsSchemasInPrivilegeDefinitions", mID ); in supportsSchemasInPrivilegeDefinitions()
1126 static jmethodID mID(NULL); in supportsCatalogsInProcedureCalls() local
1127 return impl_callBooleanMethod( "supportsCatalogsInProcedureCalls", mID ); in supportsCatalogsInProcedureCalls()
1132 static jmethodID mID(NULL); in supportsCatalogsInPrivilegeDefinitions() local
1133 return impl_callBooleanMethod( "supportsCatalogsInPrivilegeDefinitions", mID ); in supportsCatalogsInPrivilegeDefinitions()
1138 static jmethodID mID(NULL); in supportsCorrelatedSubqueries() local
1139 return impl_callBooleanMethod( "supportsCorrelatedSubqueries", mID ); in supportsCorrelatedSubqueries()
1144 static jmethodID mID(NULL); in supportsSubqueriesInComparisons() local
1145 return impl_callBooleanMethod( "supportsSubqueriesInComparisons", mID ); in supportsSubqueriesInComparisons()
1150 static jmethodID mID(NULL); in supportsSubqueriesInExists() local
1151 return impl_callBooleanMethod( "supportsSubqueriesInExists", mID ); in supportsSubqueriesInExists()
1156 static jmethodID mID(NULL); in supportsSubqueriesInIns() local
1157 return impl_callBooleanMethod( "supportsSubqueriesInIns", mID ); in supportsSubqueriesInIns()
1162 static jmethodID mID(NULL); in supportsSubqueriesInQuantifieds() local
1163 return impl_callBooleanMethod( "supportsSubqueriesInQuantifieds", mID ); in supportsSubqueriesInQuantifieds()
1168 static jmethodID mID(NULL); in supportsANSI92IntermediateSQL() local
1169 return impl_callBooleanMethod( "supportsANSI92IntermediateSQL", mID ); in supportsANSI92IntermediateSQL()
1177 static jmethodID mID(NULL); in getURL() local
1178 sURL = impl_callStringMethod( "getURL", mID ); in getURL()
1185 static jmethodID mID(NULL); in getUserName() local
1186 return impl_callStringMethod( "getUserName", mID ); in getUserName()
1191 static jmethodID mID(NULL); in getDriverName() local
1192 return impl_callStringMethod( "getDriverName", mID ); in getDriverName()
1197 static jmethodID mID(NULL); in getDriverVersion() local
1198 return impl_callStringMethod( "getDriverVersion", mID ); in getDriverVersion()
1203 static jmethodID mID(NULL); in getDatabaseProductVersion() local
1204 return impl_callStringMethod( "getDatabaseProductVersion", mID ); in getDatabaseProductVersion()
1209 static jmethodID mID(NULL); in getDatabaseProductName() local
1210 return impl_callStringMethod( "getDatabaseProductName", mID ); in getDatabaseProductName()
1215 static jmethodID mID(NULL); in getProcedureTerm() local
1216 return impl_callStringMethod( "getProcedureTerm", mID ); in getProcedureTerm()
1221 static jmethodID mID(NULL); in getSchemaTerm() local
1222 return impl_callStringMethod( "getSchemaTerm", mID ); in getSchemaTerm()
1227 static jmethodID mID(NULL); in getDriverMajorVersion() local
1228 return impl_callIntMethod( "getDriverMajorVersion", mID ); in getDriverMajorVersion()
1233 static jmethodID mID(NULL); in getDefaultTransactionIsolation() local
1234 return impl_callIntMethod( "getDefaultTransactionIsolation", mID ); in getDefaultTransactionIsolation()
1239 static jmethodID mID(NULL); in getDriverMinorVersion() local
1240 return impl_callIntMethod( "getDriverMinorVersion", mID ); in getDriverMinorVersion()
1245 static jmethodID mID(NULL); in getSQLKeywords() local
1246 return impl_callStringMethod( "getSQLKeywords", mID ); in getSQLKeywords()
1251 static jmethodID mID(NULL); in getSearchStringEscape() local
1252 return impl_callStringMethod( "getSearchStringEscape", mID ); in getSearchStringEscape()
1257 static jmethodID mID(NULL); in getStringFunctions() local
1258 return impl_callStringMethod( "getStringFunctions", mID ); in getStringFunctions()
1263 static jmethodID mID(NULL); in getTimeDateFunctions() local
1264 return impl_callStringMethod( "getTimeDateFunctions", mID ); in getTimeDateFunctions()
1269 static jmethodID mID(NULL); in getSystemFunctions() local
1270 return impl_callStringMethod( "getSystemFunctions", mID ); in getSystemFunctions()
1275 static jmethodID mID(NULL); in getNumericFunctions() local
1276 return impl_callStringMethod( "getNumericFunctions", mID ); in getNumericFunctions()
1281 static jmethodID mID(NULL); in supportsExtendedSQLGrammar() local
1282 return impl_callBooleanMethod( "supportsExtendedSQLGrammar", mID ); in supportsExtendedSQLGrammar()
1287 static jmethodID mID(NULL); in supportsCoreSQLGrammar() local
1288 return impl_callBooleanMethod( "supportsCoreSQLGrammar", mID ); in supportsCoreSQLGrammar()
1293 static jmethodID mID(NULL); in supportsMinimumSQLGrammar() local
1294 return impl_callBooleanMethod( "supportsMinimumSQLGrammar", mID ); in supportsMinimumSQLGrammar()
1299 static jmethodID mID(NULL); in supportsFullOuterJoins() local
1300 return impl_callBooleanMethod( "supportsFullOuterJoins", mID ); in supportsFullOuterJoins()
1305 static jmethodID mID(NULL); in supportsLimitedOuterJoins() local
1306 return impl_callBooleanMethod( "supportsLimitedOuterJoins", mID ); in supportsLimitedOuterJoins()
1311 static jmethodID mID(NULL); in getMaxColumnsInGroupBy() local
1312 return impl_callIntMethod( "getMaxColumnsInGroupBy", mID ); in getMaxColumnsInGroupBy()
1317 static jmethodID mID(NULL); in getMaxColumnsInOrderBy() local
1318 return impl_callIntMethod( "getMaxColumnsInOrderBy", mID ); in getMaxColumnsInOrderBy()
1323 static jmethodID mID(NULL); in getMaxColumnsInSelect() local
1324 return impl_callIntMethod( "getMaxColumnsInSelect", mID ); in getMaxColumnsInSelect()
1329 static jmethodID mID(NULL); in getMaxUserNameLength() local
1330 return impl_callIntMethod( "getMaxUserNameLength", mID ); in getMaxUserNameLength()
1335 static jmethodID mID(NULL); in supportsResultSetType() local
1336 return impl_callBooleanMethodWithIntArg( "supportsResultSetType", mID, setType ); in supportsResultSetType()
1348 static jmethodID mID(NULL); in supportsResultSetConcurrency() local
1349 obtainMethodId(t.pEnv, pMethodName,"(II)Z", mID); in supportsResultSetConcurrency()
1350 out = t.pEnv->CallBooleanMethod( object, mID, setType, concurrency); in supportsResultSetConcurrency()
1360 static jmethodID mID(NULL); in ownUpdatesAreVisible() local
1361 return impl_callBooleanMethodWithIntArg( "ownUpdatesAreVisible", mID, setType ); in ownUpdatesAreVisible()
1366 static jmethodID mID(NULL); in ownDeletesAreVisible() local
1367 return impl_callBooleanMethodWithIntArg( "ownDeletesAreVisible", mID, setType ); in ownDeletesAreVisible()
1372 static jmethodID mID(NULL); in ownInsertsAreVisible() local
1373 return impl_callBooleanMethodWithIntArg( "ownInsertsAreVisible", mID, setType ); in ownInsertsAreVisible()
1378 static jmethodID mID(NULL); in othersUpdatesAreVisible() local
1379 return impl_callBooleanMethodWithIntArg( "othersUpdatesAreVisible", mID, setType ); in othersUpdatesAreVisible()
1384 static jmethodID mID(NULL); in othersDeletesAreVisible() local
1385 return impl_callBooleanMethodWithIntArg( "othersDeletesAreVisible", mID, setType ); in othersDeletesAreVisible()
1390 static jmethodID mID(NULL); in othersInsertsAreVisible() local
1391 return impl_callBooleanMethodWithIntArg( "othersInsertsAreVisible", mID, setType ); in othersInsertsAreVisible()
1396 static jmethodID mID(NULL); in updatesAreDetected() local
1397 return impl_callBooleanMethodWithIntArg( "updatesAreDetected", mID, setType ); in updatesAreDetected()
1402 static jmethodID mID(NULL); in deletesAreDetected() local
1403 return impl_callBooleanMethodWithIntArg( "deletesAreDetected", mID, setType ); in deletesAreDetected()
1408 static jmethodID mID(NULL); in insertsAreDetected() local
1409 return impl_callBooleanMethodWithIntArg( "insertsAreDetected", mID, setType ); in insertsAreDetected()
1414 static jmethodID mID(NULL); in supportsBatchUpdates() local
1415 return impl_callBooleanMethod( "supportsBatchUpdates", mID ); in supportsBatchUpdates()
1430 static jmethodID mID(NULL); in getUDTs() local
1431 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in getUDTs()
1442 out = t.pEnv->CallObjectMethod( object, mID, args[0].l, args[1].l,args[2].l,args[3].l); in getUDTs()