Lines Matching defs:col
177 public native int column_int(int col) throws SQLite.Exception; in column_int()
184 public native long column_long(int col) throws SQLite.Exception; in column_long()
191 public native double column_double(int col) throws SQLite.Exception; in column_double()
198 public native byte[] column_bytes(int col) throws SQLite.Exception; in column_bytes()
205 public native String column_string(int col) throws SQLite.Exception; in column_string()
212 public native int column_type(int col) throws SQLite.Exception; in column_type()
227 public Object column(int col) throws SQLite.Exception { in column()
247 public native String column_table_name(int col) throws SQLite.Exception; in column_table_name()
255 public native String column_database_name(int col) throws SQLite.Exception; in column_database_name()
263 public native String column_decltype(int col) throws SQLite.Exception; in column_decltype()
271 public native String column_origin_name(int col) throws SQLite.Exception; in column_origin_name()