Home | History | Annotate | Download | only in sql

Lines Matching defs:free

5  * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
173 * The state moves from readable to not readable once free() or any of the
177 * The state moves from writable to not writeable once free() or any of the
198 * After <code>free</code> has been called, any attempt to invoke a
199 * method other than <code>free</code> will result in a <code>SQLException</code>
200 * being thrown. If <code>free</code> is called multiple times, the subsequent
201 * calls to <code>free</code> are treated as a no-op.
207 void free() throws SQLException;