org.apache.hadoop.hbase.hbql.client
Interface HPreparedStatement
- All Superinterfaces:
- HStatement
- All Known Implementing Classes:
- HPreparedStatementImpl
public interface HPreparedStatement
- extends HStatement
Methods inherited from interface org.apache.hadoop.hbase.hbql.client.HStatement |
close, execute, executeQuery, executeQuery, executeQueryAndFetch, executeQueryAndFetch, executeQueryAsync, executeQueryAsync, executeUpdate, getResultSet, isClosed |
execute
ExecutionResults execute()
throws HBqlException
- Throws:
HBqlException
executeQuery
HResultSet<HRecord> executeQuery()
throws HBqlException
- Throws:
HBqlException
executeQuery
<T> HResultSet<T> executeQuery(Class clazz)
throws HBqlException
- Throws:
HBqlException
executeQueryAndFetch
List<HRecord> executeQueryAndFetch()
throws HBqlException
- Throws:
HBqlException
executeQueryAndFetch
<T> List<T> executeQueryAndFetch(Class clazz)
throws HBqlException
- Throws:
HBqlException
executeUpdate
ExecutionResults executeUpdate()
throws HBqlException
- Throws:
HBqlException
setParameter
int setParameter(String name,
Object val)
throws HBqlException
- Throws:
HBqlException
setParameter
void setParameter(int i,
Object obj)
throws HBqlException
- Throws:
HBqlException
resetParameters
void resetParameters()
throws HBqlException
- Throws:
HBqlException
Copyright © 2010. All Rights Reserved.