public class ZohoReportsStatement extends ZohoReportsWrapper implements java.sql.Statement
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
con |
protected java.sql.ResultSet |
currResultSet |
protected java.lang.String |
cursorName |
protected boolean |
escapeProcessing |
protected int |
fetchSize |
protected boolean |
isClosed |
protected int |
maxFieldSize |
protected int |
maxRows |
protected com.adventnet.zoho.client.report.ReportClient |
rc |
protected int |
timeout |
protected java.lang.String |
uri |
Modifier and Type | Method and Description |
---|---|
void |
addBatch(java.lang.String sql)
Not implemented.
|
void |
cancel()
Not implemented.
|
void |
clearBatch()
See clearBatch |
void |
clearWarnings()
See clearWarnings |
void |
close()
See close |
void |
closeOnCompletion() |
boolean |
execute(java.lang.String sql)
See execute |
boolean |
execute(java.lang.String sql,
int columnIndex)
See execute |
boolean |
execute(java.lang.String sql,
int[] columnIndices)
See execute |
boolean |
execute(java.lang.String sql,
java.lang.String[] columnNames)
See execute |
int[] |
executeBatch()
Not implemented.
|
java.sql.ResultSet |
executeQuery(java.lang.String sql)
See executeQuery |
int |
executeUpdate(java.lang.String sql)
Not implemented.
|
int |
executeUpdate(java.lang.String sql,
int columnIndex)
Not implemented.
|
int |
executeUpdate(java.lang.String sql,
int[] columnIndices)
Not implemented.
|
int |
executeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
Not implemented.
|
java.sql.Connection |
getConnection()
See getConnection |
int |
getFetchDirection()
|
int |
getFetchSize()
See getFetchSize |
java.sql.ResultSet |
getGeneratedKeys()
See getGeneratedKeys |
int |
getMaxFieldSize()
See getMaxFieldSize |
int |
getMaxRows()
See getMaxRows |
boolean |
getMoreResults()
See getMoreResults |
boolean |
getMoreResults(int current)
See getMoreResults |
int |
getQueryTimeout()
See getQueryTimeout |
java.sql.ResultSet |
getResultSet()
See getResultSet |
int |
getResultSetConcurrency()
|
int |
getResultSetHoldability()
|
int |
getResultSetType()
See getResultSetType |
int |
getUpdateCount()
See getUpdateCount |
java.sql.SQLWarning |
getWarnings()
See getWarnings() |
boolean |
isClosed()
See isClosed |
boolean |
isCloseOnCompletion() |
boolean |
isPoolable()
See isPoolable |
void |
setCursorName(java.lang.String cursor)
See setCursorName |
void |
setEscapeProcessing(boolean escape)
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int size)
See setFetchSize |
void |
setMaxFieldSize(int maxsize)
See setMaxFieldSize |
void |
setMaxRows(int rows)
Not implemented.
|
void |
setPoolable(boolean poolable)
See setPoolable |
void |
setQueryTimeout(int timeout)
See setQueryTimeout |
isWrapperFor, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected com.adventnet.zoho.client.report.ReportClient rc
protected java.lang.String uri
protected boolean isClosed
protected java.sql.ResultSet currResultSet
protected java.sql.Connection con
protected int maxRows
protected int fetchSize
protected int maxFieldSize
protected boolean escapeProcessing
protected int timeout
protected java.lang.String cursorName
public void addBatch(java.lang.String sql) throws java.sql.SQLException
See addBatch
addBatch
in interface java.sql.Statement
java.sql.SQLException
public void cancel() throws java.sql.SQLException
See cancel
cancel
in interface java.sql.Statement
java.sql.SQLException
public void clearBatch() throws java.sql.SQLException
See clearBatch
clearBatch
in interface java.sql.Statement
java.sql.SQLException
public void clearWarnings() throws java.sql.SQLException
See clearWarnings
clearWarnings
in interface java.sql.Statement
java.sql.SQLException
public void close() throws java.sql.SQLException
See close
close
in interface java.lang.AutoCloseable
close
in interface java.sql.Statement
java.sql.SQLException
public boolean execute(java.lang.String sql) throws java.sql.SQLException
See execute
execute
in interface java.sql.Statement
java.sql.SQLException
public boolean execute(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
See execute
execute
in interface java.sql.Statement
java.sql.SQLException
public boolean execute(java.lang.String sql, int[] columnIndices) throws java.sql.SQLException
See execute
execute
in interface java.sql.Statement
java.sql.SQLException
public boolean execute(java.lang.String sql, int columnIndex) throws java.sql.SQLException
See execute
execute
in interface java.sql.Statement
java.sql.SQLException
public int[] executeBatch() throws java.sql.SQLException
See executeBatch
executeBatch
in interface java.sql.Statement
java.sql.SQLException
public java.sql.ResultSet executeQuery(java.lang.String sql) throws java.sql.SQLException
See executeQuery
executeQuery
in interface java.sql.Statement
java.sql.SQLException
public int executeUpdate(java.lang.String sql) throws java.sql.SQLException
See executeUpdate
executeUpdate
in interface java.sql.Statement
java.sql.SQLException
public int executeUpdate(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
See executeUpdate
executeUpdate
in interface java.sql.Statement
java.sql.SQLException
public int executeUpdate(java.lang.String sql, int columnIndex) throws java.sql.SQLException
See executeUpdate
executeUpdate
in interface java.sql.Statement
java.sql.SQLException
public int executeUpdate(java.lang.String sql, int[] columnIndices) throws java.sql.SQLException
See executeUpdate
executeUpdate
in interface java.sql.Statement
java.sql.SQLException
public java.sql.Connection getConnection() throws java.sql.SQLException
See getConnection
getConnection
in interface java.sql.Statement
java.sql.SQLException
public int getFetchDirection() throws java.sql.SQLException
getFetchDirection
in interface java.sql.Statement
java.sql.SQLException
public int getFetchSize() throws java.sql.SQLException
See getFetchSize
getFetchSize
in interface java.sql.Statement
java.sql.SQLException
public java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException
See getGeneratedKeys
getGeneratedKeys
in interface java.sql.Statement
java.sql.SQLException
public int getMaxFieldSize() throws java.sql.SQLException
See getMaxFieldSize
getMaxFieldSize
in interface java.sql.Statement
java.sql.SQLException
public int getMaxRows() throws java.sql.SQLException
See getMaxRows
getMaxRows
in interface java.sql.Statement
java.sql.SQLException
public boolean getMoreResults() throws java.sql.SQLException
See getMoreResults
getMoreResults
in interface java.sql.Statement
java.sql.SQLException
public boolean getMoreResults(int current) throws java.sql.SQLException
See getMoreResults
getMoreResults
in interface java.sql.Statement
java.sql.SQLException
public int getQueryTimeout() throws java.sql.SQLException
See getQueryTimeout
getQueryTimeout
in interface java.sql.Statement
java.sql.SQLException
public java.sql.ResultSet getResultSet() throws java.sql.SQLException
See getResultSet
getResultSet
in interface java.sql.Statement
java.sql.SQLException
public int getResultSetConcurrency() throws java.sql.SQLException
getResultSetConcurrency
in interface java.sql.Statement
java.sql.SQLException
public int getResultSetHoldability() throws java.sql.SQLException
getResultSetHoldability
in interface java.sql.Statement
java.sql.SQLException
public int getResultSetType() throws java.sql.SQLException
See getResultSetType
getResultSetType
in interface java.sql.Statement
java.sql.SQLException
public int getUpdateCount() throws java.sql.SQLException
See getUpdateCount
getUpdateCount
in interface java.sql.Statement
java.sql.SQLException
public java.sql.SQLWarning getWarnings() throws java.sql.SQLException
See getWarnings()
getWarnings
in interface java.sql.Statement
java.sql.SQLException
public void setCursorName(java.lang.String cursor) throws java.sql.SQLException
See setCursorName
setCursorName
in interface java.sql.Statement
java.sql.SQLException
public void setEscapeProcessing(boolean escape) throws java.sql.SQLException
setEscapeProcessing
in interface java.sql.Statement
java.sql.SQLException
public void setFetchDirection(int direction) throws java.sql.SQLException
setFetchDirection
in interface java.sql.Statement
java.sql.SQLException
public void setFetchSize(int size) throws java.sql.SQLException
See setFetchSize
setFetchSize
in interface java.sql.Statement
java.sql.SQLException
public void setMaxFieldSize(int maxsize) throws java.sql.SQLException
See setMaxFieldSize
setMaxFieldSize
in interface java.sql.Statement
java.sql.SQLException
public void setMaxRows(int rows) throws java.sql.SQLException
See setMaxRows
setMaxRows
in interface java.sql.Statement
java.sql.SQLException
public void setQueryTimeout(int timeout) throws java.sql.SQLException
See setQueryTimeout
setQueryTimeout
in interface java.sql.Statement
java.sql.SQLException
public boolean isPoolable() throws java.sql.SQLException
See isPoolable
isPoolable
in interface java.sql.Statement
java.sql.SQLException
public void setPoolable(boolean poolable) throws java.sql.SQLException
See setPoolable
setPoolable
in interface java.sql.Statement
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
See isClosed
isClosed
in interface java.sql.Statement
java.sql.SQLException
public void closeOnCompletion() throws java.sql.SQLException
closeOnCompletion
in interface java.sql.Statement
java.sql.SQLException
public boolean isCloseOnCompletion() throws java.sql.SQLException
isCloseOnCompletion
in interface java.sql.Statement
java.sql.SQLException
Copyright © 2024 AdventNet Inc. All Rights Reserved.