Lines Matching refs:mID

72     static jmethodID mID(NULL);  in getColumnDisplaySize()  local
73 return callIntMethodWithIntArg("getColumnDisplaySize",mID,column); in getColumnDisplaySize()
80 static jmethodID mID(NULL); in getColumnType() local
81 return callIntMethodWithIntArg("getColumnType",mID,column); in getColumnType()
90 static jmethodID mID(NULL); in getColumnCount() local
91 m_nColumnCount = callIntMethod("getColumnCount",mID); in getColumnCount()
101 static jmethodID mID(NULL); in isCaseSensitive() local
102 return callBooleanMethodWithIntArg( "isCaseSensitive", mID,column ); in isCaseSensitive()
108 static jmethodID mID(NULL); in getSchemaName() local
109 return callStringMethodWithIntArg("getSchemaName",mID,column); in getSchemaName()
116 static jmethodID mID(NULL); in getColumnName() local
117 return callStringMethodWithIntArg("getColumnName",mID,column); in getColumnName()
123 static jmethodID mID(NULL); in getTableName() local
124 return callStringMethodWithIntArg("getTableName",mID,column); in getTableName()
130 static jmethodID mID(NULL); in getCatalogName() local
131 return callStringMethodWithIntArg("getCatalogName",mID,column); in getCatalogName()
137 static jmethodID mID(NULL); in getColumnTypeName() local
138 return callStringMethodWithIntArg("getColumnTypeName",mID,column); in getColumnTypeName()
144 static jmethodID mID(NULL); in getColumnLabel() local
145 return callStringMethodWithIntArg("getColumnLabel",mID,column); in getColumnLabel()
151 static jmethodID mID(NULL); in getColumnServiceName() local
152 return callStringMethodWithIntArg("getColumnClassName",mID,column); in getColumnServiceName()
161 static jmethodID mID(NULL); in isCurrency() local
162 return callBooleanMethodWithIntArg( "isCurrency", mID,column ); in isCurrency()
169 static jmethodID mID(NULL); in isAutoIncrement() local
170 return callBooleanMethodWithIntArg( "isAutoIncrement", mID,column ); in isAutoIncrement()
178 static jmethodID mID(NULL); in isSigned() local
179 return callBooleanMethodWithIntArg( "isSigned", mID,column ); in isSigned()
185 static jmethodID mID(NULL); in getPrecision() local
186 return callIntMethodWithIntArg("getPrecision",mID,column); in getPrecision()
192 static jmethodID mID(NULL); in getScale() local
193 return callIntMethodWithIntArg("getScale",mID,column); in getScale()
199 static jmethodID mID(NULL); in isNullable() local
200 return callIntMethodWithIntArg("isNullable",mID,column); in isNullable()
207 static jmethodID mID(NULL); in isSearchable() local
208 return callBooleanMethodWithIntArg( "isSearchable", mID,column ); in isSearchable()
215 static jmethodID mID(NULL); in isReadOnly() local
216 return callBooleanMethodWithIntArg( "isReadOnly", mID,column ); in isReadOnly()
223 static jmethodID mID(NULL); in isDefinitelyWritable() local
224 return callBooleanMethodWithIntArg( "isDefinitelyWritable", mID,column ); in isDefinitelyWritable()
230 static jmethodID mID(NULL); in isWritable() local
231 return callBooleanMethodWithIntArg( "isWritable", mID,column ); in isWritable()