예제 #1
0
 static public int sqlite3_column_bytes(sqlite3_stmt stmt, int index)
 {
     return(_imp.sqlite3_column_bytes(stmt.ptr, index));
 }