var searchIndex = {}; searchIndex["postgres_large_object"] = {"doc":"A crate providing access to the Postgres large object API.","items":[[3,"LargeObject","postgres_large_object","Represents an open large object.",null,null],[4,"Mode","","Large object access modes.",null,null],[13,"Read","","An object opened in this mode may only be read from.",0,null],[13,"Write","","An object opened in this mode may be written to.",0,null],[13,"ReadWrite","","An object opened in this mode may be read from or written to.",0,null],[8,"LargeObjectExt","","An extension trait adding functionality to create and delete large objects.",null,null],[10,"create_large_object","","Creates a new large object, returning its `Oid`.",1,null],[10,"delete_large_object","","Deletes the large object with the specified `Oid`.",1,null],[8,"LargeObjectTransactionExt","","An extension trait adding functionality to open large objects.",null,null],[10,"open_large_object","","Opens the large object with the specified `Oid` in the specified `Mode`.",2,null],[11,"fmt","","",0,null],[11,"fmt","","",3,null],[11,"drop","","",3,null],[11,"truncate","","Truncates the object to the specified size.",3,null],[11,"finish","","Consumes the `LargeObject`, cleaning up server side state.",3,null],[11,"read","","",3,null],[11,"write","","",3,null],[11,"flush","","",3,null],[11,"seek","","",3,null]],"paths":[[4,"Mode"],[8,"LargeObjectExt"],[8,"LargeObjectTransactionExt"],[3,"LargeObject"]]}; initSearch(searchIndex);